diff org/util.org @ 459:a86555b02916

changes from laptop.
author Robert McIntyre <rlm@mit.edu>
date Thu, 27 Mar 2014 17:56:26 -0400
parents 42ddfe406c0a
children 763d13f77e03
line wrap: on
line diff
     1.1 --- a/org/util.org	Tue Jun 11 07:13:42 2013 -0400
     1.2 +++ b/org/util.org	Thu Mar 27 17:56:26 2014 -0400
     1.3 @@ -59,6 +59,7 @@
     1.4    "Import ALL the jme classes. For REPL use."
     1.5    []
     1.6    (dorun
     1.7 +   (import com.aurellem.capture.IsoTimer)
     1.8     (map (comp permissive-import symbol) (jme-class-names))))
     1.9  #+end_src  
    1.10