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

forgot about trailing '

parent 2dcc889d
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ bootstrap_cython_submodules() ...@@ -66,7 +66,7 @@ bootstrap_cython_submodules()
BOOTSTRAP_PYX_CDEF = """ BOOTSTRAP_PYX_CDEF = """
cdef extern from "%s": cdef extern from "%s":
object PyInit_%s() object PyInit_%s()
'""" """
BOOTSTRAP_PYX_GET_DEFINITION_HEADER = """ BOOTSTRAP_PYX_GET_DEFINITION_HEADER = """
cdef object get_definition_by_name(str name): cdef object get_definition_by_name(str name):
......
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