Fix lack of revstr in version.py

This commit is contained in:
John Goerzen 2006-11-30 12:23:18 +01:00
parent fa0b7fee04
commit 2977f53244
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ copyright = "Copyright (C) 2002 - 2006 John Goerzen"
author = "John Goerzen"
author_email = "jgoerzen@complete.org"
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()
banner = bigcopyright + """