gnucash/bindings/python
Geert Janssens 1c7f835f47 engine - move guile code to bindings/guile
This commit tries to do the minimum necessary to move the guile bits from engine
to bindings/guile. As engine is a very central piece in the software, this unfortunately
still touches many other source files:

- A few helper objects have been squashed together:
  * engine-helpers-guile.[ch] (of which the c part is extracted from engine-helpers.c)
  * gncBusGuile.[ch]
  * gnc-hooks-scm.[ch]
- The initialization function of gncmod-engine no longer initializes the scm bits.
  Any scm code that wants to interact with the engine code now has to load
  the (gnucash engine) scm module, or sometimes (gnucash business-core).
  The bulk of changes in this commit actually is updating all the scm consumers to do so.
- scm-scm target has been removed. Instead (gnucash utilities) is part
  of scm-engine. A few dependency graphs have been updated for this.

More refinements will be in followup commits.
2019-12-06 19:59:11 +01:00
..
example_scripts Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
tests add basic test for python query 2018-09-20 18:54:49 +02:00
__init__.py Revert "Load the environment file when initializing the python bindings." 2018-03-25 09:17:17 -07:00
CMakeLists.txt engine - move guile code to bindings/guile 2019-12-06 19:59:11 +01:00
function_class.py Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
gnucash_business.py typo 2019-04-06 16:17:58 +02:00
gnucash_core.i Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
gnucash_core.py Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
sqlite3test.c Merge branch 'maint' into unstable 2017-11-25 15:35:24 -08:00
time64.i Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00