Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:configfile

546 def getTclTkVersion(configfile, versionline):
551 f = open(configfile, "r")
553 fatal("Framework configuration file not found: %s" % configfile)
561 % (versionline, configfile))