diff options
Diffstat (limited to 'src/clj/clojure/proxy.clj')
-rw-r--r-- | src/clj/clojure/proxy.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/proxy.clj b/src/clj/clojure/proxy.clj index 2bf37b8e..b1491adb 100644 --- a/src/clj/clojure/proxy.clj +++ b/src/clj/clojure/proxy.clj @@ -6,7 +6,7 @@ ; the terms of this license. ; You must not remove this notice, or any other, from this software. -(in-ns 'clojure) +(in-ns 'clojure.core) (import '(clojure.asm ClassWriter ClassVisitor Opcodes Type) |