From f6cb8031928972dde155ab7fd3b9816817b829ef Mon Sep 17 00:00:00 2001 From: c-holtermann Date: Mon, 20 Apr 2020 15:23:14 +0200 Subject: [PATCH] app_utils needs to be imported to module gnucash to be accessible --- bindings/python/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/__init__.py b/bindings/python/__init__.py index 1c874734e3..16b72fba9d 100644 --- a/bindings/python/__init__.py +++ b/bindings/python/__init__.py @@ -4,6 +4,7 @@ # instead of # >>> from gnucash.gnucash_core import thingy from gnucash.gnucash_core import * +from . import app_utils ## @file # @brief helper file for the importing of gnucash # @author Mark Jenkins, ParIT Worker Co-operative