summaryrefslogtreecommitdiffstats
path: root/office/gnucash/missing-py/__init__.py
diff options
context:
space:
mode:
author Lenard Spencer2018-04-16 15:18:56 +0200
committer Willy Sudiarto Raharjo2018-04-21 02:42:58 +0200
commit0c04d0058307c1f1b65a4b83d0e3ff99e08c69e7 (patch)
treee5f7ff0ea058488f73ad0346e5c1791bcd3ab439 /office/gnucash/missing-py/__init__.py
parent1e88137881f3b5e0b1fc4f9c03ded5ecdcf49fbe (diff)
downloadslackbuilds-0c04d0058307c1f1b65a4b83d0e3ff99e08c69e7.tar.gz
office/gnucash: Updated for version 2.6.21.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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