From 1416f3b97841e27e94220a1f37c70484c25ff37c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Sep 2004 21:54:11 -0400 Subject: a bit more refactoring --- python.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python.cc') diff --git a/python.cc b/python.cc index 6c2fef2a..55c607bd 100644 --- a/python.cc +++ b/python.cc @@ -29,6 +29,7 @@ void export_format(); void export_valexpr(); void export_datetime(); void export_autoxact(); +void export_derive(); void initialize_ledger_for_python() { @@ -50,6 +51,7 @@ void initialize_ledger_for_python() export_valexpr(); export_datetime(); export_autoxact(); + export_derive(); module_initialized = true; } -- cgit v1.2.3