From ce3491c99f089874725999ca6d8b1fb6a15c9e5e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 15 Feb 2006 20:10:49 +0000 Subject: Removed Python integration support. --- ofx.cc | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'ofx.cc') diff --git a/ofx.cc b/ofx.cc index 2e505558..731105a5 100644 --- a/ofx.cc +++ b/ofx.cc @@ -220,22 +220,3 @@ unsigned int ofx_parser_t::parse(std::istream& in, } } // namespace ledger - -#ifdef USE_BOOST_PYTHON - -#include - -using namespace boost::python; -using namespace ledger; - -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(ofx_parse_overloads, - ofx_parser_t::parse, 2, 4) - -void export_ofx() { - class_< ofx_parser_t, bases > ("OfxParser") - .def("test", &ofx_parser_t::test) - .def("parse", &ofx_parser_t::parse, ofx_parse_overloads()) - ; -} - -#endif // USE_BOOST_PYTHON -- cgit v1.2.3