Reordered the export_ calls in pyinterp.cc

This commit is contained in:
John Wiegley 2009-11-12 05:09:52 -05:00
parent 9858b4957f
commit cd0a040778

View file

@ -60,19 +60,19 @@ void export_xact();
void initialize_for_python() void initialize_for_python()
{ {
export_account(); export_times();
export_amount(); export_utils();
export_balance();
export_commodity(); export_commodity();
export_amount();
export_value();
export_account();
export_balance();
export_expr(); export_expr();
export_format(); export_format();
export_item(); export_item();
export_journal();
export_post(); export_post();
export_times();
export_utils();
export_value();
export_xact(); export_xact();
export_journal();
} }
struct python_run struct python_run