aboutsummaryrefslogtreecommitdiff
path: root/modules/command-line/src/main/clojure
diff options
context:
space:
mode:
Diffstat (limited to 'modules/command-line/src/main/clojure')
-rw-r--r--modules/command-line/src/main/clojure/clojure/contrib/command_line.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj b/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj
index 47ee7849..6399c4fc 100644
--- a/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj
+++ b/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj
@@ -12,7 +12,7 @@
^{:author "Chris Houser",
:doc "Process command-line arguments according to a given cmdspec"}
clojure.contrib.command-line
- (:use (clojure.contrib [string :only (join)])))
+ (:use (clojure [string :only (join)])))
(defn make-map [args cmdspec]
(let [{spec true [rest-sym] false} (group-by vector? cmdspec)