From cd0a04077867b89e92ba91775c915050abcd620a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Nov 2009 05:09:52 -0500 Subject: Reordered the export_ calls in pyinterp.cc --- src/pyinterp.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/pyinterp.cc') diff --git a/src/pyinterp.cc b/src/pyinterp.cc index 394739c4..0a56049c 100644 --- a/src/pyinterp.cc +++ b/src/pyinterp.cc @@ -60,19 +60,19 @@ void export_xact(); void initialize_for_python() { - export_account(); + export_times(); + export_utils(); + export_commodity(); export_amount(); + export_value(); + export_account(); export_balance(); - export_commodity(); export_expr(); export_format(); export_item(); - export_journal(); export_post(); - export_times(); - export_utils(); - export_value(); export_xact(); + export_journal(); } struct python_run -- cgit v1.2.3