Ejemplo n.º 1
0
 def gotoTodo(self, option, opt, value, parser):
     #ifGoTo = True
     GotoStap = value
     print("ifGoTo... ")
     moldauConf = MoldauConf()
     tasksSettings = TasksSettings(moldauConf.getTasksSettingsFile())
     progDirector = ZDirector(tasksSettings)
     progDirector.gotoTodo(GotoStap)
     sys.exit(0)
Ejemplo n.º 2
0
 def gotoTodo(self, option, opt, value, parser):
     #ifGoTo = True
     GotoStap = value
     print("ifGoTo... ")
     moldauConf   = MoldauConf()
     tasksSettings = TasksSettings(moldauConf.getTasksSettingsFile())
     progDirector = ZDirector(tasksSettings)
     progDirector.gotoTodo(GotoStap)
     sys.exit(0)
Ejemplo n.º 3
0
 def setConfFile(self, option, opt, value, parser):
     moldauConf = MoldauConf()
     tasksSettings = TasksSettings(moldauConf.getTasksSettingsFile())
     tasksSettings.setConfFile(value)
     progDirector = ZDirector(tasksSettings)
     progDirector.start()
Ejemplo n.º 4
0
 def setConfFile(self, option, opt,  value, parser):
     moldauConf   = MoldauConf()
     tasksSettings = TasksSettings(moldauConf.getTasksSettingsFile())
     tasksSettings.setConfFile(value)
     progDirector = ZDirector(tasksSettings)
     progDirector.start()