Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 911703
Collapse All | Expand All

(-)a/wx/svg/_nanosvg.pyx (-1 lines)
Lines 42-48 for manipulating the SVG shape info in memory. Link Here
42
42
43
import sys
43
import sys
44
44
45
cimport cython.object
46
from cpython.buffer cimport (
45
from cpython.buffer cimport (
47
    Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
46
    Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
48
    PyBuffer_Release)
47
    PyBuffer_Release)

Return to bug 911703