branch | v0.6.x |
changeset 422 | 33a45e4c80c4 |
parent 417 | 8209da83e256 |
child 555 | 499c63f52462 |
--- 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]()