# HG changeset patch # User Robert McIntyre # Date 1347931297 14400 # Node ID 5676533b82d8c58261062e9743b58303844cb39d # Parent 68ce1f2eb7a6e28575d9956326d995343dda63c7 add import. diff -r 68ce1f2eb7a6 -r 5676533b82d8 org/steph.org --- a/org/steph.org Mon Sep 17 21:20:35 2012 -0400 +++ b/org/steph.org Mon Sep 17 21:21:37 2012 -0400 @@ -9,6 +9,8 @@ [[../images/steph.jpg]] #+begin_src clojure :results output :exports both +(import '(org.joda.time DateMidnight Interval)) + (def steph-birth (DateMidnight. 1990 12 2)) (def steph-death (DateMidnight. 2012 7 26))