Exemplo n.º 1
0
 def __init__(self):
     '''
     Constructor
     '''
     self._file = ACCOUNTS_FILE
     BaseConfigFile.__init__(self, self._file)
Exemplo n.º 2
0
 def __init__(self):
     '''
     Constructor
     '''
     self._file = ACCOUNTS_FILE
     BaseConfigFile.__init__(self, self._file)
Exemplo n.º 3
0
 def __init__(self):
     # check if it is running interactively
     self.interactive = os.isatty(0)
     self._file = CONFIG_FILE
     BaseConfigFile.__init__(self, self._file)
Exemplo n.º 4
0
 def __init__(self):
     # check if it is running interactively
     self.interactive = os.isatty(0)
     self._file = CONFIG_FILE
     BaseConfigFile.__init__(self, self._file)