summaryrefslogtreecommitdiff
path: root/src/py_times.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-07 10:25:25 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:39 -0400
commitc211335760f2c5883aed34c31aeb6ce7e8e51bf9 (patch)
treea8b6f4fcfb971ef2eee06bce22e1aab25d9ad4ef /src/py_times.cc
parenta07e20c14e5ba3597a855276ad9a195343aee42f (diff)
downloadledger-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.cc2
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