Example #1
0
 def __init__(self, appdata, cnf={}):
     self.config = ASE_Config()
     config_file = os.path.join(appdata.app_config_dir,
                                self.config.filename)
     self.config.load(config_file)
     self.config.update(cnf)
     self.appdata = appdata
     self.loader = ASE_Loader()
     self.saver = ASE_Saver()
     self.new()