Skip to content

Commit

Permalink
fix for cython 3
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Aug 18, 2023
1 parent e601faf commit c5563f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyreaper/creaper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from libcpp.vector cimport vector
from libcpp.cast cimport reinterpret_cast
from libc.stdint cimport int16_t, int32_t

from reaper cimport reaper as _reaper
from .reaper cimport reaper as _reaper

cdef class Track:
cdef _reaper.Track * ptr
Expand Down

0 comments on commit c5563f3

Please sign in to comment.