diff options
Diffstat (limited to 'ns_utils/ns_utils.clj')
-rw-r--r-- | ns_utils/ns_utils.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ns_utils/ns_utils.clj b/ns_utils/ns_utils.clj index 9b19bc22..a165b1f8 100644 --- a/ns_utils/ns_utils.clj +++ b/ns_utils/ns_utils.clj @@ -6,7 +6,7 @@ ;; the terms of this license. ;; You must not remove this notice, or any other, from this software. ;; -;; ns-utils.clj +;; ns-utils ;; ;; Namespace Utilities ;; @@ -36,7 +36,7 @@ ;; scgilardi (gmail) ;; 23 April 2008 -(clojure/in-ns 'clojure-contrib.ns-utils) +(clojure/in-ns 'clojure.contrib.ns-utils) (clojure/refer 'clojure) ;; Namespace Utilities |