VirtualMailManager/constants.py
changeset 675 d24f094d1cb5
parent 627 682431c45b24
child 676 2bc11dada296
child 703 58815c004a61
equal deleted inserted replaced
661:29295afafa91 675:d24f094d1cb5
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2007 - 2012, Pascal Volk
     2 # Copyright (c) 2007 - 2013, 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 = '2012-10-03'
    18 RELDATE = '2012-10-03'
    19 VERSION = '0.6.1'
    19 VERSION = '0.6.1'
    20 __author__ = AUTHOR
    20 __author__ = AUTHOR
    21 __copyright__ = 'Copyright (c) 2007-2012 %s' % __author__
    21 __copyright__ = 'Copyright (c) 2007-2013 %s' % __author__
    22 __date__ = RELDATE
    22 __date__ = RELDATE
    23 __version__ = VERSION
    23 __version__ = VERSION
    24 
    24 
    25 
    25 
    26 # limits
    26 # limits