equal
deleted
inserted
replaced
15 __all__ = ['__author__', '__date__', '__version__'] |
15 __all__ = ['__author__', '__date__', '__version__'] |
16 AUTHOR = 'Pascal Volk <neverseen@users.sourceforge.net>' |
16 AUTHOR = 'Pascal Volk <neverseen@users.sourceforge.net>' |
17 RELDATE = '2009-09-09' |
17 RELDATE = '2009-09-09' |
18 VERSION = '0.5.2' |
18 VERSION = '0.5.2' |
19 __author__ = AUTHOR |
19 __author__ = AUTHOR |
|
20 __copyright__ = 'Copyright (c) 2007-2010 %s' % __author__ |
20 __date__ = RELDATE |
21 __date__ = RELDATE |
21 __version__ = VERSION |
22 __version__ = VERSION |
22 |
23 |
23 |
24 |
24 # exit codes |
25 # exit codes |