restore SVN number to "gramps -v" output

svn: r21751
This commit is contained in:
Paul Franklin 2013-03-26 19:01:54 +00:00
parent c8a6b91113
commit e142003601

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'