equal
deleted
inserted
replaced
4 # See COPYING for distribution information. |
4 # See COPYING for distribution information. |
5 # $Id$ |
5 # $Id$ |
6 |
6 |
7 """Virtual Mail Manager's Account class to manage e-mail accounts.""" |
7 """Virtual Mail Manager's Account class to manage e-mail accounts.""" |
8 |
8 |
|
9 from constants.VERSION import VERSION |
|
10 |
9 __author__ = 'Pascal Volk <p.volk@veb-it.de>' |
11 __author__ = 'Pascal Volk <p.volk@veb-it.de>' |
10 __version__ = 'rev '+'$Rev$'.split()[1] |
12 __version__ = VERSION |
|
13 __revision__ = 'rev '+'$Rev$'.split()[1] |
11 __date__ = '$Date$'.split()[1] |
14 __date__ = '$Date$'.split()[1] |
12 |
15 |
13 from Exceptions import VMMAccountException |
16 from Exceptions import VMMAccountException |
14 from Domain import Domain |
17 from Domain import Domain |
15 import constants.ERROR as ERR |
18 import constants.ERROR as ERR |