equal
deleted
inserted
replaced
1 # -*- coding: UTF-8 -*- |
1 # -*- coding: UTF-8 -*- |
2 # Copyright 2008 VEB IT |
2 # Copyright (c) 2008 - 2009, VEB IT |
3 # See COPYING for distribution information. |
3 # See COPYING for distribution information. |
4 # $Id$ |
|
5 |
4 |
6 """Virtual Mail Manager's Relocated class to manage relocated users.""" |
5 """Virtual Mail Manager's Relocated class to manage relocated users.""" |
7 |
6 |
8 from constants.VERSION import VERSION |
7 from constants.VERSION import * |
9 |
|
10 __author__ = 'Pascal Volk <p.volk@veb-it.de>' |
|
11 __version__ = VERSION |
|
12 __revision__ = 'rev '+'$Rev$'.split()[1] |
|
13 __date__ = '$Date$'.split()[1] |
|
14 |
8 |
15 from Exceptions import VMMRelocatedException as VMMRE |
9 from Exceptions import VMMRelocatedException as VMMRE |
16 from Domain import Domain |
10 from Domain import Domain |
17 from EmailAddress import EmailAddress |
11 from EmailAddress import EmailAddress |
18 import constants.ERROR as ERR |
12 import constants.ERROR as ERR |