VirtualMailManager/EmailAddress.py
changeset 102 485d3f7d6981
parent 87 f9090d1a0730
child 108 fb88585f17fe
--- a/VirtualMailManager/EmailAddress.py	Fri Aug 07 02:40:34 2009 +0200
+++ b/VirtualMailManager/EmailAddress.py	Sun Aug 09 00:37:56 2009 +0000
@@ -1,16 +1,10 @@
 # -*- coding: UTF-8 -*-
-# Copyright 2008 VEB IT
+# Copyright (c) 2008 - 2009, VEB IT
 # See COPYING for distribution information.
-# $Id$
 
 """Virtual Mail Manager's EmailAddress class to handle e-mail addresses."""
 
-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 *
 
 import re