From e1701fbdd6c0f2ecde768eca1c70613b02ff1289 Mon Sep 17 00:00:00 2001 From: c-holtermann Date: Thu, 28 May 2020 20:42:27 +0200 Subject: [PATCH] locale is not needed anymore (debug) --- bindings/python/gnucash_core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/gnucash_core.py b/bindings/python/gnucash_core.py index ffa4864b95..b82c5a53b9 100644 --- a/bindings/python/gnucash_core.py +++ b/bindings/python/gnucash_core.py @@ -49,7 +49,6 @@ from gnucash.gnucash_core_c import gncInvoiceLookup, gncInvoiceGetInvoiceFromTxn try: import gettext - import locale _localedir = _sw_core_utils.gnc_path_get_localedir() gettext.install(_sw_core_utils.GETTEXT_PACKAGE, _localedir)