From f0d13734b40d4c671a20340deeb9b2c5faa09037 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 23 Jan 2009 01:57:37 -0400 Subject: Look up definitions in the Python evaluator directly, not with eval. --- python/pyinterp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyinterp.h') diff --git a/python/pyinterp.h b/python/pyinterp.h index 60aa9c20..a38cd565 100644 --- a/python/pyinterp.h +++ b/python/pyinterp.h @@ -43,7 +43,7 @@ namespace ledger { class python_interpreter_t : public session_t { public: - boost::python::object main_nspace; + boost::python::dict main_nspace; python_interpreter_t(); -- cgit v1.2.3