Skip to content

Commit 8d536ba

Browse files
author
Christopher Doris
committed
using PythonCall to get its exported symbols
1 parent 8f960ce commit 8d536ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysrc/juliacall/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def jlstr(x):
197197
global __PythonCall_libptr = Ptr{{Cvoid}}(UInt({}))
198198
ENV["JULIA_PYTHONCALL_EXE"] = {}
199199
Pkg.activate({}, io=devnull)
200-
import PythonCall
200+
using PythonCall
201201
catch err
202202
print(stderr, "ERROR: ")
203203
showerror(stderr, err, catch_backtrace())

0 commit comments

Comments
 (0)