From 9cbcf9d263d843738df0ea11e546b3859e4de46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 18 Mar 2020 19:59:57 +0100 Subject: [PATCH] forgot about trailing ' --- snakehouse/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakehouse/constants.py b/snakehouse/constants.py index 3f66461..7fc2ace 100644 --- a/snakehouse/constants.py +++ b/snakehouse/constants.py @@ -66,7 +66,7 @@ bootstrap_cython_submodules() BOOTSTRAP_PYX_CDEF = """ cdef extern from "%s": object PyInit_%s() -'""" +""" BOOTSTRAP_PYX_GET_DEFINITION_HEADER = """ cdef object get_definition_by_name(str name): -- GitLab