Mercurial > thoughts
changeset 8:5676533b82d8
add import.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 17 Sep 2012 21:21:37 -0400 |
parents | 68ce1f2eb7a6 |
children | 8db204acd089 |
files | org/steph.org |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/steph.org Mon Sep 17 21:20:35 2012 -0400 1.2 +++ b/org/steph.org Mon Sep 17 21:21:37 2012 -0400 1.3 @@ -9,6 +9,8 @@ 1.4 [[../images/steph.jpg]] 1.5 1.6 #+begin_src clojure :results output :exports both 1.7 +(import '(org.joda.time DateMidnight Interval)) 1.8 + 1.9 (def steph-birth (DateMidnight. 1990 12 2)) 1.10 1.11 (def steph-death (DateMidnight. 2012 7 26))