0002041: show dialog if db version too high; ask question to upgrade the db version

svn: r10535
This commit is contained in:
Doug Blank
2008-04-10 01:15:12 +00:00
parent ae80457fb7
commit dbf925c63e
3 changed files with 30 additions and 8 deletions

View File

@ -58,3 +58,9 @@ class FileVersionError(Exception):
def __str__(self):
return self.value
class FileVersionDeclineToUpgrade(Exception):
"""
Error raised when user decides not to upgrade a necessary upgrade.
"""
pass