diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 04:26:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 04:26:30 -0400 |
commit | eb98e0da8b095634ae779b5b1f3c234d24cccde2 (patch) | |
tree | 0ae0bc269b90f47f0e74432c6363dd84baf41d50 /python/pyinterp.cc | |
parent | 17c7037da9ee345c02ad8db89d976fb6c122a7d7 (diff) | |
download | ledger-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.cc | 2 |
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(); |