# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1297289375 0
# Node ID 5f7e9f778b29514d01dbbc6a537a0c40a5a57d32
# Parent  dd95ed5bc9d22ea3f40e6182f77bf8cba42eb486
VMM/account: Removed unused method Account.set_transport().

diff -r dd95ed5bc9d2 -r 5f7e9f778b29 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.