VirtualMailManager/cli/Handler.py
branchv0.6.x
changeset 279 74d94b867348
parent 277 e50ffc0b8468
child 281 59ff7c719697
--- a/VirtualMailManager/cli/Handler.py	Thu Apr 29 12:08:43 2010 +0000
+++ b/VirtualMailManager/cli/Handler.py	Thu Apr 29 23:03:24 2010 +0000
@@ -48,7 +48,6 @@
         if not skip_some_checks:
             self._Cfg.check()
             self._chkenv()
-            self._scheme = self._Cfg.dget('misc.password_scheme')
             self._postconf = Postconf(self._Cfg.dget('bin.postconf'))
 
     def cfgSet(self, option, value):