Load the environment file when initializing the python bindings.

pull/321/merge
John Ralls 8 years ago
parent 148c02d231
commit 7b6854c163

@ -4,6 +4,7 @@
# instead of
# >>> from gnucash.gnucash_core import thingy
from gnucash.gnucash_core import *
gnc_environment_setup()
## @file
# @brief helper file for the importing of gnucash
# @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>

Loading…
Cancel
Save