diff -r 4dc2edf02d11 -r f4956b4ceba1 VirtualMailManager/cli/Handler.py --- a/VirtualMailManager/cli/Handler.py Tue Jul 27 19:29:44 2010 +0000 +++ b/VirtualMailManager/cli/Handler.py Wed Jul 28 01:03:56 2010 +0000 @@ -48,7 +48,8 @@ self._cfg.check() self._chkenv() - def cfgSet(self, option, value): + def cfg_set(self, option, value): + """Set a new value for the given option.""" return self._cfg.set(option, value) def configure(self, section=None):