Skip to content
Snippets Groups Projects
Commit 2dcc889d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

forgot the :

parent 0f7d27bd
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ bootstrap_cython_submodules() ...@@ -64,7 +64,7 @@ bootstrap_cython_submodules()
""" """
BOOTSTRAP_PYX_CDEF = """ BOOTSTRAP_PYX_CDEF = """
cdef extern from "%s" cdef extern from "%s":
object PyInit_%s() object PyInit_%s()
'""" '"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment