# HG changeset patch # User Pascal Volk # Date 1279850517 0 # Node ID aa4a9fc31e1bab118311dda23b5e2437fed98954 # Parent 217b419d6561a6773d1b46cf1298f2be140f8004 VMM/Transport: Small cosmetics. diff -r 217b419d6561 -r aa4a9fc31e1b VirtualMailManager/Transport.py --- a/VirtualMailManager/Transport.py Fri Jul 23 00:10:53 2010 +0000 +++ b/VirtualMailManager/Transport.py Fri Jul 23 02:01:57 2010 +0000 @@ -4,6 +4,7 @@ """ VirtualMailManager.Transport + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Virtual Mail Manager's Transport class to manage the transport for domains and accounts. @@ -72,7 +73,7 @@ if result: self._transport = result[0] else: - raise TransportError(_('Unknown tid specified.'), + raise TransportError(_(u'Unknown tid specified.'), UNKNOWN_TRANSPORT_ID) def _loadByName(self):