diff options
Diffstat (limited to 'python/py_times.cc')
-rw-r--r-- | python/py_times.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/py_times.cc b/python/py_times.cc index 9e6c4339..dfd1769d 100644 --- a/python/py_times.cc +++ b/python/py_times.cc @@ -138,6 +138,11 @@ void export_times() scope().attr("parse_datetime") = &py_parse_datetime; scope().attr("parse_date") = &py_parse_date; + +#if 0 + class_< interval_t > ("Interval") + ; +#endif } } // namespace ledger |