VirtualMailManager/Config.py
branchv0.6.x
changeset 188 cf1b5f22dbd2
parent 187 38b9a9859749
child 200 983cf98d5881
--- 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.