Reordered the export_ calls in pyinterp.cc
This commit is contained in:
parent
9858b4957f
commit
cd0a040778
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue