diff options
Diffstat (limited to 'py_eval.h')
-rw-r--r-- | py_eval.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ using namespace boost::python; namespace ledger { -void initialize_ledger_for_python(); -void shutdown_ledger_for_python(); +void initialize_for_python(); +void shutdown_for_python(); class python_interpreter_t : public xml::xpath_t::scope_t { |