diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:25:25 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:39 -0400 |
commit | c211335760f2c5883aed34c31aeb6ce7e8e51bf9 (patch) | |
tree | a8b6f4fcfb971ef2eee06bce22e1aab25d9ad4ef /src/py_times.cc | |
parent | a07e20c14e5ba3597a855276ad9a195343aee42f (diff) | |
download | ledger-c211335760f2c5883aed34c31aeb6ce7e8e51bf9.tar.gz ledger-c211335760f2c5883aed34c31aeb6ce7e8e51bf9.tar.bz2 ledger-c211335760f2c5883aed34c31aeb6ce7e8e51bf9.zip |
Extended Python amount class.
Diffstat (limited to 'src/py_times.cc')
-rw-r--r-- | src/py_times.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_times.cc b/src/py_times.cc index f509e0d0..861c43c9 100644 --- a/src/py_times.cc +++ b/src/py_times.cc @@ -95,7 +95,7 @@ void export_times() date_python_conversion(); datetime_python_conversion(); - python_optional<moment_t>(); + register_optional_to_python<moment_t>(); } } // namespace ledger |