From 62475bbc8703c76a1edb3fe8bc7ec90045ad9d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 2 Mar 2013 14:56:13 +0000 Subject: [PATCH] 6500: relative import svn: r21520 --- gramps/gen/filters/_filterlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() #-------------------------------------------------------------------------