restore SVN number to "gramps -v" output

svn: r21752
This commit is contained in:
Paul Franklin 2013-03-26 19:02:37 +00:00
parent 7d90a49fba
commit 1f94813e59

View File

@ -283,7 +283,7 @@ def show_settings():
bsddb_db_str = 'not found'
try:
from .version import VERSION
from .gen.const import VERSION
gramps_str = VERSION
except:
gramps_str = 'not found'