GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
optional/python-bindings/__init__.py
Go to the documentation of this file.
1 # import all the symbols from gnucash_core, so basic gnucash stuff can be
2 # loaded with:
3 # >>> from gnucash import thingy
4 # instead of
5 # >>> from gnucash.gnucash_core import thingy
6 from gnucash_core import *
7 ## @file
8 # @brief helper file for the importing of gnucash
9 # @author Mark Jenkins, ParIT Worker Co-operative <[email protected]>
10 # @author Jeff Green, ParIT Worker Co-operative <[email protected]>
11 # @ingroup python_bindings