summaryrefslogtreecommitdiffstats
path: root/office/gnucash/missing-py/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'office/gnucash/missing-py/__init__.py')
-rw-r--r--office/gnucash/missing-py/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/gnucash/missing-py/__init__.py b/office/gnucash/missing-py/__init__.py
new file mode 100644
index 0000000000..3627eac478
--- /dev/null
+++ b/office/gnucash/missing-py/__init__.py
@@ -0,0 +1,11 @@
+# import all the symbols from gnucash_core, so basic gnucash stuff can be
+# loaded with:
+# >>> from gnucash import thingy
+# instead of
+# >>> from gnucash.gnucash_core import thingy
+from gnucash_core import *
+## @file
+# @brief helper file for the importing of gnucash
+# @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
+# @author Jeff Green, ParIT Worker Co-operative <jeff@parit.ca>
+# @ingroup python_bindings