Mercurial > cortex
diff org/integration.org @ 316:2c7fbcbd5ebb
replaced clojure.contrib.shell-out with clojure.java.shell
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 28 Feb 2012 13:44:46 -0600 |
parents | 83dd76d9628e |
children | 4c37d39a3cf6 |
line wrap: on
line diff
1.1 --- a/org/integration.org Tue Feb 28 13:32:44 2012 -0600 1.2 +++ b/org/integration.org Tue Feb 28 13:44:46 2012 -0600 1.3 @@ -48,8 +48,8 @@ 1.4 1.5 For this demonstration I have to manually drive the muscles of the 1.6 hand. I do this by creating a little mini-language to describe 1.7 + 1.8 simulated muscle contraction. 1.9 - 1.10 #+name: integration-2 1.11 #+begin_src clojure 1.12 (defn motor-control-program 1.13 @@ -315,7 +315,7 @@ 1.14 #+begin_src clojure 1.15 (ns cortex.video.magick8 1.16 (:import java.io.File) 1.17 - (:use clojure.contrib.shell-out)) 1.18 + (:use clojure.java.shell)) 1.19 1.20 (comment 1.21 ;; list of touch targets 1.22 @@ -587,7 +587,7 @@ 1.23 1.24 (def background (File. base "background.png")) 1.25 1.26 -(use 'clojure.contrib.shell-out) 1.27 +(use 'clojure.java.shell) 1.28 1.29 (defn vision [] 1.30 (file-groups