mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix compatibility with Cython 3.0.0
Remove unused import which seems to be removed in Cython 3.
This commit is contained in:
1564
wx/svg/_nanosvg.c
1564
wx/svg/_nanosvg.c
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,6 @@ for manipulating the SVG shape info in memory.
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
cimport cython.object
|
|
||||||
from cpython.buffer cimport (
|
from cpython.buffer cimport (
|
||||||
Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
|
Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
|
||||||
PyBuffer_Release)
|
PyBuffer_Release)
|
||||||
|
|||||||
Reference in New Issue
Block a user