~ubuntu-branches/ubuntu/wily/gramps/wily

« back to all changes in this revision

Viewing changes to gramps/gen/const.py

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2015-05-16 11:49:41 UTC
  • mfrom: (39.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20150516114941-hiku87mi6p7wbjba
Tags: 4.1.3~dfsg-1
* New upstream release
* Fixes manpage desription of import function (LP: #1427444)
* Fixes crash when closing detatched gramplet (Closes: #785393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#
50
50
#-------------------------------------------------------------------------
51
51
PROGRAM_NAME   = "Gramps"
52
 
from ..version import VERSION, VERSION_TUPLE, major_version
 
52
from gramps.version import VERSION, VERSION_TUPLE, major_version
53
53
#-------------------------------------------------------------------------
54
54
#
55
55
# Standard GRAMPS Websites
215
215
    'Alexander Roitman', 
216
216
    ]
217
217
 
218
 
TRANSLATORS = _('TRANSLATORS: Translate this to your '
219
 
                'name in your native language')
220
 
 
221
218
#-------------------------------------------------------------------------
222
219
#
223
220
# Constants