Clojure 1.2 update: flatten has been promoted to core.

This commit is contained in:
Phil Hagelberg 2010-04-28 20:38:29 -07:00
parent 39732d5b64
commit ce0d680e6c

View file

@ -1,6 +1,5 @@
(ns leiningen.classpath
(:use (clojure.contrib [io :only (file)]
[seq :only (flatten)]
[string :only (join)])
[leiningen.checkout-deps :only [checkout-deps-paths]])
(:import org.apache.tools.ant.types.Path))