summaryrefslogtreecommitdiff
path: root/python/pyinterp.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 04:26:30 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 04:26:30 -0400
commiteb98e0da8b095634ae779b5b1f3c234d24cccde2 (patch)
tree0ae0bc269b90f47f0e74432c6363dd84baf41d50 /python/pyinterp.cc
parent17c7037da9ee345c02ad8db89d976fb6c122a7d7 (diff)
downloadledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.gz
ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.bz2
ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.zip
More revision to the way options are handled; reworked CSV command.
Diffstat (limited to 'python/pyinterp.cc')
-rw-r--r--python/pyinterp.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyinterp.cc b/python/pyinterp.cc
index 25898a81..aaa188da 100644
--- a/python/pyinterp.cc
+++ b/python/pyinterp.cc
@@ -43,7 +43,6 @@ void export_balpair();
void export_chain();
void export_commodity();
void export_compare();
-void export_csv();
void export_emacs();
void export_entry();
void export_expr();
@@ -82,7 +81,6 @@ void initialize_for_python()
export_chain();
export_commodity();
export_compare();
- export_csv();
export_emacs();
export_entry();
export_expr();