app_utils needs to be imported to module gnucash to be accessible

pull/701/head
c-holtermann 6 years ago
parent bbee48cec4
commit f6cb803192

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

Loading…
Cancel
Save