missing glocale

svn: r21290
This commit is contained in:
Jérôme Rapinat 2013-02-04 14:06:33 +00:00
parent 9b7a34d9c0
commit ff8a97a5d6

View File

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