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()
{
export_account();
export_amount();
export_balance();
export_times();
export_utils();
export_commodity();
export_amount();
export_value();
export_account();
export_balance();
export_expr();
export_format();
export_item();
export_journal();
export_post();
export_times();
export_utils();
export_value();
export_xact();
export_journal();
}
struct python_run