Example #1
0
 def initConf(self, option, opt, value, parser):
     print "Create... "
     moldauConf = MoldauConf()
     print "\n... '" + moldauConf.configFile + "'."
     moldauConf.generateNewConfigFile()
     tasksSettings = TasksSettings(moldauConf.getTasksSettingsFile())
     print "\n... " + tasksSettings.configFile + "'"
     tasksSettings.generateNewConfigFile()
     print "\n...done"
     sys.exit(0)
Example #2
0
 def initConf(self, option, opt, value,  parser):
     print "Create... "
     moldauConf   = MoldauConf()
     print "\n... '" + moldauConf.configFile  + "'."
     moldauConf.generateNewConfigFile()
     tasksSettings = TasksSettings(moldauConf.getTasksSettingsFile())
     print "\n... " + tasksSettings.configFile + "'"
     tasksSettings.generateNewConfigFile()
     print "\n...done"
     sys.exit(0)