diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 19:48:14 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 19:48:14 -0400 |
commit | 0814c5a23f44120088b6139bb7bf1f934f1d1057 (patch) | |
tree | 1c2132245b93881b42b99aa0dd5b7c5d00aff2e0 /src/report.h | |
parent | 3598abf9d235c24618856d4e0d5092e818e6332e (diff) | |
download | fork-ledger-0814c5a23f44120088b6139bb7bf1f934f1d1057.tar.gz fork-ledger-0814c5a23f44120088b6139bb7bf1f934f1d1057.tar.bz2 fork-ledger-0814c5a23f44120088b6139bb7bf1f934f1d1057.zip |
Added a new level of Python integration
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 7585493f..a98286a9 100644 --- a/src/report.h +++ b/src/report.h @@ -171,6 +171,8 @@ public: HANDLED(lots) || HANDLED(lot_tags)); } + bool maybe_import(const string& module); + option_t<report_t> * lookup_option(const char * p); virtual void define(const string& name, expr_t::ptr_op_t def) { |