def read(self): print "Clearing configuration" self.cfg = base.configuration() print "Loading configuration from %sadonthell.xml" % base.Paths.cfg_data_dir( ) # -- load configuration from disk self.cfg.read("adonthell")
def read (self): print "Clearing configuration" self.cfg = base.configuration () print "Loading configuration from %sadonthell.xml" % base.Paths.cfg_data_dir () # -- load configuration from disk self.cfg.read ("adonthell")
def __init__ (self): self.cfg = base.configuration () self.general () self.audio () self.video ()
def __init__(self): self.cfg = base.configuration() self.general() self.audio() self.video()