Пример #1
0
 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")
Пример #2
0
 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")
Пример #3
0
 def __init__ (self):
     self.cfg = base.configuration ()
     self.general ()
     self.audio ()
     self.video ()
Пример #4
0
 def __init__(self):
     self.cfg = base.configuration()
     self.general()
     self.audio()
     self.video()