summaryrefslogtreecommitdiff
path: root/src/pyinterp.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-03 14:39:07 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-03 14:39:07 -0400
commitedf1ccd6ab436c2ab033e1febbe6f91a69abb1fa (patch)
tree2aa2d9fa04c4d36d120f9959b41f05861f6f948f /src/pyinterp.h
parent8da771e331792d298a800a19654db42760b0985e (diff)
downloadfork-ledger-edf1ccd6ab436c2ab033e1febbe6f91a69abb1fa.tar.gz
fork-ledger-edf1ccd6ab436c2ab033e1febbe6f91a69abb1fa.tar.bz2
fork-ledger-edf1ccd6ab436c2ab033e1febbe6f91a69abb1fa.zip
Added a "python" command, which invokes Py_Main
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r--src/pyinterp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h
index a550e5ba..dd9ca64c 100644
--- a/src/pyinterp.h
+++ b/src/pyinterp.h
@@ -76,6 +76,8 @@ public:
return eval(str, mode);
}
+ value_t python_command(call_scope_t& scope);
+
class functor_t {
functor_t();