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 MailLocation class to manage the mail_location |
5 """Virtual Mail Manager's MailLocation class to manage the mail_location |
7 for accounts.""" |
6 for accounts.""" |
8 |
7 |
9 from constants.VERSION import VERSION |
8 from constants.VERSION import * |
10 |
|
11 __author__ = 'Pascal Volk <p.volk@veb-it.de>' |
|
12 __version__ = VERSION |
|
13 __revision__ = 'rev '+'$Rev$'.split()[1] |
|
14 __date__ = '$Date$'.split()[1] |
|
15 |
9 |
16 import re |
10 import re |
17 |
11 |
18 from Exceptions import VMMMailLocationException as MLE |
12 from Exceptions import VMMMailLocationException as MLE |
19 import constants.ERROR as ERR |
13 import constants.ERROR as ERR |