summaryrefslogtreecommitdiff
path: root/journal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'journal.cc')
-rw-r--r--journal.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/journal.cc b/journal.cc
index 61e4e294..a64b005e 100644
--- a/journal.cc
+++ b/journal.cc
@@ -2,9 +2,11 @@
#include "datetime.h"
#include "mask.h"
#include "format.h"
+#if 0
#ifdef USE_BOOST_PYTHON
#include "py_eval.h"
#endif
+#endif
#include "acconf.h"
#include <fstream>
@@ -662,6 +664,7 @@ xact_context::xact_context(const ledger::transaction_t& _xact,
} // namespace ledger
+#if 0
#ifdef USE_BOOST_PYTHON
#include <boost/python.hpp>
@@ -1043,3 +1046,4 @@ void export_journal()
}
#endif // USE_BOOST_PYTHON
+#endif