diff -r 74d94b867348 -r db35d2eec518 VirtualMailManager/Config.py --- a/VirtualMailManager/Config.py Thu Apr 29 23:03:24 2010 +0000 +++ b/VirtualMailManager/Config.py Fri Apr 30 00:01:15 2010 +0000 @@ -393,13 +393,6 @@ value to an int.""" return version_hex(self.get(section, option)) - def install(self): - """Installs the dget() method as ``cfg_dget`` in the built-in - namespace.""" - import __builtin__ - assert 'cfg_dget' not in __builtin__.__dict__ - __builtin__.__dict__['cfg_dget'] = self.dget - def known_scheme(self, scheme): """Converts `scheme` to upper case and checks if is known by Dovecot (listed in VirtualMailManager.SCHEMES).