VirtualMailManager/constants.py
branchv0.6.x
changeset 478 6278a7a2a476
parent 452 63ae77f05088
child 555 499c63f52462
equal deleted inserted replaced
477:86fa217cba11 478:6278a7a2a476
    12         * error codes
    12         * error codes
    13 """
    13 """
    14 # version information
    14 # version information
    15 
    15 
    16 __all__ = ['__author__', '__date__', '__version__']
    16 __all__ = ['__author__', '__date__', '__version__']
    17 AUTHOR = 'Pascal Volk <neverseen@users.sourceforge.net>'
    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-2011 %s' % __author__
    22 __date__ = RELDATE
    22 __date__ = RELDATE