diff --git a/gramps/gen/const.py.in b/gramps/gen/const.py.in index 1f142aae4..80aedaafb 100644 --- a/gramps/gen/const.py.in +++ b/gramps/gen/const.py.in @@ -223,7 +223,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