From 2dcc889da3c260842e3b2d4e32393c00bb812624 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:57:16 +0100 Subject: [PATCH] forgot the : --- snakehouse/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakehouse/constants.py b/snakehouse/constants.py index 0afe778..3f66461 100644 --- a/snakehouse/constants.py +++ b/snakehouse/constants.py @@ -64,7 +64,7 @@ bootstrap_cython_submodules() """ BOOTSTRAP_PYX_CDEF = """ -cdef extern from "%s" +cdef extern from "%s": object PyInit_%s() '""" -- GitLab