6500: relative import

svn: r21520
This commit is contained in:
Jérôme Rapinat 2013-03-02 14:56:13 +00:00
parent a33eb1d799
commit 62475bbc87

View File

@ -40,7 +40,7 @@ import collections
from ._filterparser import FilterParser from ._filterparser import FilterParser
from ..plug import BasePluginManager from ..plug import BasePluginManager
from ..constfunc import STRTYPE from ..constfunc import STRTYPE
from gramps.gen.const import GRAMPS_LOCALE as glocale from ..const import GRAMPS_LOCALE as glocale
PLUGMAN = BasePluginManager.get_instance() PLUGMAN = BasePluginManager.get_instance()
#------------------------------------------------------------------------- #-------------------------------------------------------------------------