diff org/util.org @ 526:01934317b25b

changes from conference.
author Robert McIntyre <rlm@mit.edu>
date Mon, 21 Apr 2014 02:11:29 -0400
parents 763d13f77e03
children
line wrap: on
line diff
     1.1 --- a/org/util.org	Thu Apr 03 20:48:09 2014 -0400
     1.2 +++ b/org/util.org	Mon Apr 21 02:11:29 2014 -0400
     1.3 @@ -58,8 +58,8 @@
     1.4  (defn mega-import-jme3
     1.5    "Import ALL the jme classes. For REPL use."
     1.6    []
     1.7 +  (import com.aurellem.capture.IsoTimer)
     1.8    (dorun
     1.9 -   (import com.aurellem.capture.IsoTimer)
    1.10     (map (comp permissive-import symbol) (jme-class-names))))
    1.11  #+end_src  
    1.12