Skip to content

Commit b9b831a

Browse files
author
Christopher Doris
committed
don't need to re-export now
1 parent 80d30f0 commit b9b831a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/PythonCall.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ include("Wrap/Wrap.jl")
1414
include("JlWrap/JlWrap.jl")
1515
include("Compat/Compat.jl")
1616

17-
# re-export everything
18-
for m in [:Core, :Convert, :PyMacro, :Wrap, :JlWrap, :Compat]
19-
for k in names(@eval($m))
20-
if k != m
21-
@eval using .$m: $k
22-
@eval export $k
23-
end
24-
end
25-
end
26-
2717
# non-exported API
2818
using .Core: PyNULL, CONFIG
2919

0 commit comments

Comments
 (0)