From 67e975b31f04e2f766129def75c2b4e79a252e29 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 2 Mar 2013 20:25:01 +0000 Subject: [PATCH] GrampsLocale: Fix glocale without import svn: r21525 --- gramps/gen/utils/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/utils/file.py b/gramps/gen/utils/file.py index af5309536..e78a1d9e9 100644 --- a/gramps/gen/utils/file.py +++ b/gramps/gen/utils/file.py @@ -44,7 +44,7 @@ LOG = logging.getLogger(".gen.utils.file") # #------------------------------------------------------------------------- from ..constfunc import win, mac, cuni, conv_to_unicode, UNITYPE -from ..const import TEMP_DIR, USER_HOME +from ..const import TEMP_DIR, USER_HOME, GRAMPS_LOCALE as glocale #------------------------------------------------------------------------- #