locale is not needed anymore (debug)

This commit is contained in:
c-holtermann
2020-05-28 20:42:27 +02:00
parent 9e678a421e
commit e1701fbdd6

View File

@@ -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)