Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:configfile

574 def getTclTkVersion(configfile, versionline):
579 f = open(configfile, "r")
581 fatal("Framework configuration file not found: %s" % configfile)
589 % (versionline, configfile))