VMM/account: Removed unused method Account.set_transport(). v0.6.x
authorPascal Volk <neverseen@users.sourceforge.net>
Wed, 09 Feb 2011 22:09:35 +0000
branchv0.6.x
changeset 389 5f7e9f778b29
parent 388 dd95ed5bc9d2
child 390 660b42391c8e
VMM/account: Removed unused method Account.set_transport().
VirtualMailManager/account.py
--- 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.