aboutsummaryrefslogtreecommitdiff
path: root/ns_utils/ns_utils.clj
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2008-07-29 00:39:37 +0000
committerscgilardi <scgilardi@gmail.com>2008-07-29 00:39:37 +0000
commite747ba8e2bd38db59555a6d5154a04c920d1a37a (patch)
tree9684923ce4f414cbebcd4690bc9711c87df0dac3 /ns_utils/ns_utils.clj
parent05c513add11855cfbaf2f9738a2680d61662ee6e (diff)
make package paths legal
Diffstat (limited to 'ns_utils/ns_utils.clj')
-rw-r--r--ns_utils/ns_utils.clj4
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