python-efl/efl/elementary/widget_header.pxi

10 lines
317 B
Cython

from cpython cimport Py_INCREF, Py_DECREF, PyUnicode_AsUTF8String
from efl.eo cimport PY_REFCOUNT
from efl.evas cimport Object as evasObject
from efl.eo cimport object_from_instance
from efl.eo cimport _object_mapping_register
from efl.eo cimport _ctouni, _touni
import logging
log = logging.getLogger("elementary")