app_utils needs to be imported to module gnucash to be accessible

This commit is contained in:
c-holtermann 2020-04-20 15:23:14 +02:00
parent bbee48cec4
commit f6cb803192

View File

@ -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 <mark@parit.ca>