Пример #1
0
 def _setup_config(self):
     self.config = Config()
     # Set up config
     try:
         arg = sys.argv[1]
         self.config.do_config()
     except IndexError:
         self.config.load_config()