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

« back to all changes in this revision

Viewing changes to gramps/gen/plug/utils.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:
50
50
#-------------------------------------------------------------------------
51
51
from ._pluginreg import make_environment
52
52
from ..const import USER_PLUGINS
53
 
from ...version import VERSION_TUPLE
 
53
from gramps.version import VERSION_TUPLE
54
54
from . import BasePluginManager
55
55
from ..utils.configmanager import safe_eval
56
56
from ..config import config