summaryrefslogtreecommitdiff
path: root/py_eval.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-27 10:09:00 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:32 -0400
commitd0e9822ed16cb36de4cb1171a89d4049c615f1a0 (patch)
treefa48eba60a56dee5bcf1ebd266d822c5a96e4323 /py_eval.h
parent0eb597a681115d6d5dd2ea4511fa3b8c7b3d9c9f (diff)
downloadledger-d0e9822ed16cb36de4cb1171a89d4049c615f1a0.tar.gz
ledger-d0e9822ed16cb36de4cb1171a89d4049c615f1a0.tar.bz2
ledger-d0e9822ed16cb36de4cb1171a89d4049c615f1a0.zip
Moved around the Python code.
Diffstat (limited to 'py_eval.h')
-rw-r--r--py_eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/py_eval.h b/py_eval.h
index e024108e..4712fe23 100644
--- a/py_eval.h
+++ b/py_eval.h
@@ -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
{