equal
deleted
inserted
replaced
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 |