Revert "Load the environment file when initializing the python bindings."

It's unnecessary, the swigged gnucash_core init function already does it.
This reverts commit 7b6854c163.
This commit is contained in:
John Ralls 2018-03-25 09:17:17 -07:00
parent 8081e78ee3
commit a0f49d8b17

View File

@ -4,7 +4,6 @@
# 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>