mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 20:24:25 -06:00
a0f49d8b17
It's unnecessary, the swigged gnucash_core init function already does it.
This reverts commit 7b6854c163
.
12 lines
443 B
Python
12 lines
443 B
Python
# 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
|
|
from gnucash.gnucash_core import *
|
|
## @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>
|
|
# @ingroup python_bindings
|