Skip to content

Commit

Permalink
Fix local cimport of wrappers.pxd
Browse files Browse the repository at this point in the history
This allows building of MontagePy with Cython 3.0.X.
  • Loading branch information
olebole committed Nov 27, 2023
1 parent dffcaf6 commit b4137e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/MontagePy/templates/template.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# http://stackoverflow.com/questions/17014379/cython-cant-convert-python-object-to-double

cimport wrappers
from . cimport wrappers

cimport cpython.array as _array

Expand Down

0 comments on commit b4137e5

Please sign in to comment.