VirtualMailManager/constants.py
branchv0.6.x
changeset 366 d6573da35b5f
parent 324 38e344ba3d0f
child 452 63ae77f05088
equal deleted inserted replaced
365:61fdd77d2e65 366:d6573da35b5f
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2007 - 2010, Pascal Volk
     2 # Copyright (c) 2007 - 2011, 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 <neverseen@users.sourceforge.net>'
    17 AUTHOR = 'Pascal Volk <neverseen@users.sourceforge.net>'
    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-2010 %s' % __author__
    21 __copyright__ = 'Copyright (c) 2007-2011 %s' % __author__
    22 __date__ = RELDATE
    22 __date__ = RELDATE
    23 __version__ = VERSION
    23 __version__ = VERSION
    24 
    24 
    25 
    25 
    26 # limits
    26 # limits