equal
deleted
inserted
replaced
1 # -*- coding: UTF-8 -*- |
1 # -*- coding: UTF-8 -*- |
2 # Copyright (c) 2007 - 2011, Pascal Volk |
2 # Copyright (c) 2007 - 2012, Pascal Volk |
3 # See COPYING for distribution information. |
3 # See COPYING for distribution information. |
4 """ |
4 """ |
5 VirtualMailManager.constants |
5 VirtualMailManager.constants |
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
7 |
7 |
16 __all__ = ['__author__', '__date__', '__version__'] |
16 __all__ = ['__author__', '__date__', '__version__'] |
17 AUTHOR = 'Pascal Volk <user+vmm@localhost.localdomain.org>' |
17 AUTHOR = 'Pascal Volk <user+vmm@localhost.localdomain.org>' |
18 RELDATE = '2009-09-09' |
18 RELDATE = '2009-09-09' |
19 VERSION = '0.5.2' |
19 VERSION = '0.5.2' |
20 __author__ = AUTHOR |
20 __author__ = AUTHOR |
21 __copyright__ = 'Copyright (c) 2007-2011 %s' % __author__ |
21 __copyright__ = 'Copyright (c) 2007-2012 %s' % __author__ |
22 __date__ = RELDATE |
22 __date__ = RELDATE |
23 __version__ = VERSION |
23 __version__ = VERSION |
24 |
24 |
25 |
25 |
26 # limits |
26 # limits |