diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-15 20:10:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:21 -0400 |
commit | ce3491c99f089874725999ca6d8b1fb6a15c9e5e (patch) | |
tree | c48a2bf19a954c8103a02e26f9a1a490b8095268 /pyledger.cc | |
parent | 2eafddc91b8d7f0b7bdfd991acdc9e0b2295e304 (diff) | |
download | fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.tar.gz fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.tar.bz2 fork-ledger-ce3491c99f089874725999ca6d8b1fb6a15c9e5e.zip |
Removed Python integration support.
Diffstat (limited to 'pyledger.cc')
-rw-r--r-- | pyledger.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pyledger.cc b/pyledger.cc deleted file mode 100644 index dc65a4a3..00000000 --- a/pyledger.cc +++ /dev/null @@ -1,9 +0,0 @@ -#include <boost/python.hpp> - -using namespace boost::python; - -void initialize_ledger_for_python(); - -BOOST_PYTHON_MODULE(ledger) { - initialize_ledger_for_python(); -} |