diff --git a/gramps/gen/filters/_filterlist.py b/gramps/gen/filters/_filterlist.py index 7b74e7c5e..56ce5bb8d 100644 --- a/gramps/gen/filters/_filterlist.py +++ b/gramps/gen/filters/_filterlist.py @@ -40,7 +40,7 @@ import collections from ._filterparser import FilterParser from ..plug import BasePluginManager from ..constfunc import STRTYPE -from gramps.gen.const import GRAMPS_LOCALE as glocale +from ..const import GRAMPS_LOCALE as glocale PLUGMAN = BasePluginManager.get_instance() #-------------------------------------------------------------------------