equal
deleted
inserted
replaced
39 filename -- name of the configuration file |
39 filename -- name of the configuration file |
40 """ |
40 """ |
41 ConfigParser.__init__(self) |
41 ConfigParser.__init__(self) |
42 self.__cfgFileName = filename |
42 self.__cfgFileName = filename |
43 self.__cfgFile = None |
43 self.__cfgFile = None |
44 self.__VMMsections = ['database', 'maildir', 'domdir', 'bin', 'misc', |
44 self.__VMMsections = ['database', 'maildir', 'services', 'domdir', |
45 'config'] |
45 'bin', 'misc', 'config'] |
46 self.__changes = False |
46 self.__changes = False |
47 self.__missing = {} |
47 self.__missing = {} |
48 self.__dbopts = [ |
48 self.__dbopts = [ |
49 ['host', 'localhot'], |
49 ['host', 'localhot'], |
50 ['user', 'vmm'], |
50 ['user', 'vmm'], |