2008-07-07 19:18:26 +00:00
|
|
|
# import all the symbols from gnucash_core, so basic gnucash stuff can be
|
|
|
|
|
# loaded with:
|
|
|
|
|
# >>> from gnucash import thingy
|
|
|
|
|
# instead of
|
|
|
|
|
# >>> from gnucash.gnucash_core import thingy
|
2018-03-15 09:35:31 +01:00
|
|
|
from gnucash.gnucash_core import *
|
2020-04-20 15:23:14 +02:00
|
|
|
from . import app_utils
|
2010-12-17 20:36:40 +00:00
|
|
|
## @file
|
|
|
|
|
# @brief helper file for the importing of gnucash
|
|
|
|
|
# @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
|
|
|
|
|
# @author Jeff Green, ParIT Worker Co-operative <jeff@parit.ca>
|
2010-12-27 15:36:15 +00:00
|
|
|
# @ingroup python_bindings
|