diff -r ff2a61e155db -r 33a45e4c80c4 VirtualMailManager/cli/handler.py --- a/VirtualMailManager/cli/handler.py Sat Mar 05 22:46:17 2011 +0000 +++ b/VirtualMailManager/cli/handler.py Thu Mar 10 19:34:28 2011 +0000 @@ -76,7 +76,7 @@ if acc: raise VMMError(_(u"The account '%s' already exists.") % acc.address, ACCOUNT_EXISTS) - other = self._is_other_address(acc.address, TYPE_ACCOUNT) + self._is_other_address(acc.address, TYPE_ACCOUNT) rand_pass = self._cfg.dget('account.random_password') if password is None: password = (read_pass, randompw)[rand_pass]()