def __init__(self): ''' Constructor ''' self._file = ACCOUNTS_FILE BaseConfigFile.__init__(self, self._file)
def __init__(self): # check if it is running interactively self.interactive = os.isatty(0) self._file = CONFIG_FILE BaseConfigFile.__init__(self, self._file)