Fix ns
This commit is contained in:
parent
7fc33dcb21
commit
411e338a18
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[sci.impl.namespaces :refer [copy-var]]
|
||||
[sci.impl.vars :as vars]))
|
||||
|
||||
(def tns (vars/->SciNamespace 'clojure.data.xml nil))
|
||||
(def tns (vars/->SciNamespace 'cheshire.core nil))
|
||||
|
||||
(def cheshire-core-namespace
|
||||
{'encode (copy-var json/encode tns)
|
||||
|
|
|
|||
Loading…
Reference in a new issue