diff -r 38b9a9859749 -r cf1b5f22dbd2 VirtualMailManager/Config.py --- a/VirtualMailManager/Config.py Sat Feb 06 02:11:55 2010 +0000 +++ b/VirtualMailManager/Config.py Sat Feb 06 04:09:17 2010 +0000 @@ -261,7 +261,7 @@ class Config(LazyConfig): - """This class is for reading and modifying vmm's configuration file.""" + """This class is for reading vmm's configuration file.""" def __init__(self, filename): """Creates a new Config instance @@ -321,6 +321,9 @@ }, } + def configure(self, sections): + raise NotImplementedError + def load(self): """Loads the configuration, read only.