(initialize_ledger_for_python): Added initialization call for the
reconciler.
This commit is contained in:
parent
51ca2ca08d
commit
41a66cb0bf
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ void export_format();
|
|||
void export_valexpr();
|
||||
void export_datetime();
|
||||
void export_derive();
|
||||
void export_reconcile();
|
||||
void export_emacs();
|
||||
|
||||
void initialize_ledger_for_python()
|
||||
|
|
@ -59,6 +60,7 @@ void initialize_ledger_for_python()
|
|||
export_valexpr();
|
||||
export_datetime();
|
||||
export_derive();
|
||||
export_reconcile();
|
||||
export_emacs();
|
||||
|
||||
module_initialized = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue