summaryrefslogtreecommitdiff
path: root/python/pyinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyinterp.h')
-rw-r--r--python/pyinterp.h2
1 files changed, 1 insertions, 1 deletions
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();