VirtualMailManager/Transport.py
changeset 102 485d3f7d6981
parent 76 14c0a092d7d2
child 110 cb8b2f6a5fca
--- a/VirtualMailManager/Transport.py	Fri Aug 07 02:40:34 2009 +0200
+++ b/VirtualMailManager/Transport.py	Sun Aug 09 00:37:56 2009 +0000
@@ -1,17 +1,11 @@
 # -*- coding: UTF-8 -*-
-# Copyright 2008 VEB IT
+# Copyright (c) 2008 - 2009, VEB IT
 # See COPYING for distribution information.
-# $Id$
 
 """Virtual Mail Manager's Transport class to manage the transport for
 domains and accounts."""
 
-from constants.VERSION import VERSION
-
-__author__ = 'Pascal Volk <p.volk@veb-it.de>'
-__version__ = VERSION
-__revision__ = 'rev '+'$Rev$'.split()[1]
-__date__ = '$Date$'.split()[1]
+from constants.VERSION import *
 
 from Exceptions import VMMTransportException
 import constants.ERROR as ERR