Fix lack of revstr in version.py
This commit is contained in:
parent
fa0b7fee04
commit
2977f53244
@ -9,7 +9,7 @@ copyright = "Copyright (C) 2002 - 2006 John Goerzen"
|
|||||||
author = "John Goerzen"
|
author = "John Goerzen"
|
||||||
author_email = "jgoerzen@complete.org"
|
author_email = "jgoerzen@complete.org"
|
||||||
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
|
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
|
||||||
bigcopyright = """%(productname)s %(versionstr)s (%(revstr)s)
|
bigcopyright = """%(productname)s %(versionstr)s
|
||||||
%(copyright)s <%(author_email)s>""" % locals()
|
%(copyright)s <%(author_email)s>""" % locals()
|
||||||
|
|
||||||
banner = bigcopyright + """
|
banner = bigcopyright + """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user