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, 0 insertions, 11 deletions
diff --git a/office/gnucash/missing-py/__init__.py b/office/gnucash/missing-py/__init__.py
deleted file mode 100644
index 3627eac478..0000000000
--- a/office/gnucash/missing-py/__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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