Mercurial > cortex
comparison org/proprioception.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 | 5d448182c807 |
children | bb3f8a4af87f |
comparison
equal
deleted
inserted
replaced
315:a48a75e5876c | 316:2c7fbcbd5ebb |
---|---|
297 ** Generating the Proprioception Video | 297 ** Generating the Proprioception Video |
298 #+name: magick6 | 298 #+name: magick6 |
299 #+begin_src clojure | 299 #+begin_src clojure |
300 (ns cortex.video.magick6 | 300 (ns cortex.video.magick6 |
301 (:import java.io.File) | 301 (:import java.io.File) |
302 (:use clojure.contrib.shell-out)) | 302 (:use clojure.java.shell)) |
303 | 303 |
304 (defn images [path] | 304 (defn images [path] |
305 (sort (rest (file-seq (File. path))))) | 305 (sort (rest (file-seq (File. path))))) |
306 | 306 |
307 (def base "/home/r/proj/cortex/render/proprio/") | 307 (def base "/home/r/proj/cortex/render/proprio/") |