GnuCash 2.4.99
__init__.py
Go to the documentation of this file.
00001 # import all the symbols from gnucash_core, so basic gnucash stuff can be
00002 # loaded with:
00003 # >>> from gnucash import thingy
00004 # instead of
00005 # >>> from gnucash.gnucash_core import thingy
00006 from gnucash_core import *
00007 ##  @file
00008 #   @brief helper file for the importing of gnucash
00009 #   @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
00010 #   @author Jeff Green,   ParIT Worker Co-operative <jeff@parit.ca>
00011 #   @ingroup python_bindings
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines