Skip to content

Commit efda64a

Browse files
author
Christopher Rowley
committed
re-enable PyMacro module
1 parent 6ace1d1 commit efda64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PythonCall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include("C/C.jl")
99
include("GC/GC.jl")
1010
include("Core/Core.jl")
1111
include("Convert/Convert.jl")
12-
# include("PyMacro/PyMacro.jl")
12+
include("PyMacro/PyMacro.jl")
1313
# include("Wrap/Wrap.jl")
1414
# include("JlWrap/JlWrap.jl")
1515
# include("Compat/Compat.jl")

0 commit comments

Comments
 (0)