6500: missing glocale

svn: r21519
This commit is contained in:
Jérôme Rapinat 2013-03-02 14:54:29 +00:00
parent 6e73fc8924
commit a33eb1d799

View File

@ -40,6 +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
PLUGMAN = BasePluginManager.get_instance() PLUGMAN = BasePluginManager.get_instance()
#------------------------------------------------------------------------- #-------------------------------------------------------------------------