summaryrefslogtreecommitdiff
path: root/src/pyinterp.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-03 12:09:23 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-03 12:09:23 -0500
commit94b2518c4156e5a6b2be45bdbeeacf1ced0cd17f (patch)
treebed7d794e70294347d4f0eca7159a2eed5743543 /src/pyinterp.cc
parent46e46dd5a337c009391583a679d6172cf4f5aa42 (diff)
parentf6f8ef1ba6164622f38b91bf10e0c1a0e7e8f9e3 (diff)
downloadledger-94b2518c4156e5a6b2be45bdbeeacf1ced0cd17f.tar.gz
ledger-94b2518c4156e5a6b2be45bdbeeacf1ced0cd17f.tar.bz2
ledger-94b2518c4156e5a6b2be45bdbeeacf1ced0cd17f.zip
Merge branch 'next'
Diffstat (limited to 'src/pyinterp.cc')
-rw-r--r--src/pyinterp.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyinterp.cc b/src/pyinterp.cc
index 9ad9a906..f565f2c0 100644
--- a/src/pyinterp.cc
+++ b/src/pyinterp.cc
@@ -41,6 +41,7 @@ shared_ptr<python_interpreter_t> python_session;
char * argv0;
+void export_account();
void export_amount();
void export_balance();
void export_chain();
@@ -63,6 +64,7 @@ void export_xact();
void initialize_for_python()
{
+ export_account();
export_amount();
export_balance();
export_chain();