Beispiel #1
0
 def launch(self):
     # TODO: relaise it
     try:
         configtools.get_settings()
         return True
     except:
         return False
Beispiel #2
0
 def launch(self):
     # TODO: relaise it
     try:
         configtools.get_settings()
         return True
     except:
         return False
Beispiel #3
0
    def __init__(self, args):
        config_from_file = configtools.get_settings()
        config_from_file.update(args)
        args = config_from_file

        super().__init__(args)
Beispiel #4
0
    def __init__(self, args):
        config_from_file = configtools.get_settings()
        config_from_file.update(args)
        args = config_from_file

        super().__init__(args)