mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add code to start up a Python console during Py module init, but disabled by default.
If a python console is wanted, change the last section of src/python/init.py to "if True:". From: Andy Clayton <q3aiml@gmail.com> git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20471 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1388,6 +1388,7 @@ AC_CONFIG_FILES(
|
||||
src/optional/python-bindings/tests/Makefile
|
||||
src/pixmaps/Makefile
|
||||
src/python/Makefile
|
||||
src/python/pycons/Makefile
|
||||
src/quotes/Makefile
|
||||
src/register/Makefile
|
||||
src/register/ledger-core/Makefile
|
||||
|
||||
Reference in New Issue
Block a user