summaryrefslogtreecommitdiff
path: root/py_eval.cc
diff options
context:
space:
mode:
Diffstat (limited to 'py_eval.cc')
-rw-r--r--py_eval.cc30
1 files changed, 14 insertions, 16 deletions
diff --git a/py_eval.cc b/py_eval.cc
index 9e903de5..72522a2f 100644
--- a/py_eval.cc
+++ b/py_eval.cc
@@ -23,24 +23,22 @@ void shutdown_option();
namespace ledger {
-namespace {
- void initialize_ledger_for_python()
- {
- export_amount();
+void initialize_ledger_for_python()
+{
+ export_amount();
#if 0
- export_balance();
- export_value();
- export_datetime();
-
- export_journal();
- export_parser();
- export_option();
- export_walk();
- export_format();
- export_report();
- export_valexpr();
+ export_balance();
+ export_value();
+ export_datetime();
+
+ export_journal();
+ export_parser();
+ export_option();
+ export_walk();
+ export_format();
+ export_report();
+ export_valexpr();
#endif
- }
}
void shutdown_ledger_for_python()