VirtualMailManager/Config.py
changeset 69 0c124160a991
parent 68 7ae95b9938c4
child 76 14c0a092d7d2
--- a/VirtualMailManager/Config.py	Wed Aug 27 04:52:32 2008 +0000
+++ b/VirtualMailManager/Config.py	Wed Aug 27 20:42:41 2008 +0000
@@ -110,6 +110,10 @@
         """Return a list with all configurable sections."""
         return self.__VMMsections[:-1]
 
+    def get(self, section, option, raw=False, vars=None):
+        return unicode(ConfigParser.get(self, section, option, raw, vars),
+                ENCODING, 'replace')
+
     def configure(self, sections):
         """Interactive method for configuring all options in the given section