diff --git a/gramps/gen/const.py.in b/gramps/gen/const.py.in index a73680192..05498ce95 100644 --- a/gramps/gen/const.py.in +++ b/gramps/gen/const.py.in @@ -217,7 +217,7 @@ LICENSE_FILE = os.path.join(DOC_DIR, 'COPYING') # Init Localization # #------------------------------------------------------------------------- -from .utils.grampslocale import GrampsLocale +from gramps.gen.utils.grampslocale import GrampsLocale GRAMPS_LOCALE = GrampsLocale() _ = GRAMPS_LOCALE.get_translation().sgettext