Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:configFile

657     def SaveJetConfig(self, configFile):

660 self.config.filename = FileJustRoot(configFile) + ".JET"
722 FileKillClean(configFile)
723 cfgfile = open(configFile,'w')
727 def InitializeConfig(self, configFile):
729 self.config.filename = FileJustRoot(configFile) + ".JET"
736 self.config_file = configFile
737 self.SaveJetConfig(configFile)