Skip to content

Commit f3fc9db

Browse files
committed
interp is not a dynamic variable
1 parent f0e556f commit f3fc9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clojure_python/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(org.python.core.*)))
55

66
;; instantiate a python interpreter in the python namespace
7-
(def *interp* (new org.python.util.PythonInterpreter))
7+
(def interp (new org.python.util.PythonInterpreter))
88

99
(defn init
1010
"this may later take keywords and initialize other things

0 commit comments

Comments
 (0)