VMM/account: Removed unused method Account.set_transport().
--- a/VirtualMailManager/account.py Tue Feb 08 18:04:07 2011 +0000
+++ b/VirtualMailManager/account.py Wed Feb 09 22:09:35 2011 +0000
@@ -211,19 +211,6 @@
ACCOUNT_MISSING_PASSWORD)
self._passwd = password
- def set_transport(self, transport):
- """Set the transport for the new Account.
-
- If you want to update the transport of an existing Account use
- Account.modify().
-
- Argument:
-
- `transport` : basestring
- The string representation of the transport, e.g.: 'dovecot:'
- """
- self._transport = Transport(self._dbh, transport=transport)
-
def enable(self, *services):
"""Enable all or the given service/s for the Account.