From a0f49d8b17dede2c6f4835b700e18badf4acb025 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 25 Mar 2018 09:17:17 -0700 Subject: [PATCH] Revert "Load the environment file when initializing the python bindings." It's unnecessary, the swigged gnucash_core init function already does it. This reverts commit 7b6854c1631e27e634a6b3d4e22ee6a8389836dd. --- bindings/python/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/__init__.py b/bindings/python/__init__.py index 4082cfe7cc..1c874734e3 100644 --- a/bindings/python/__init__.py +++ b/bindings/python/__init__.py @@ -4,7 +4,6 @@ # instead of # >>> from gnucash.gnucash_core import thingy from gnucash.gnucash_core import * -gnc_environment_setup() ## @file # @brief helper file for the importing of gnucash # @author Mark Jenkins, ParIT Worker Co-operative