--- a/VirtualMailManager/Account.py Fri Aug 07 02:40:34 2009 +0200
+++ b/VirtualMailManager/Account.py Sun Aug 09 00:37:56 2009 +0000
@@ -1,16 +1,10 @@
# -*- coding: UTF-8 -*-
-# Copyright 2007-2008 VEB IT
+# Copyright (c) 2007 - 2009, VEB IT
# See COPYING for distribution information.
-# $Id$
"""Virtual Mail Manager's Account class to manage e-mail 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 VMMAccountException as AccE
from Domain import Domain