Refactor capnp.pyx to be in lib subdirectory
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from cpython.ref cimport PyObject
|
||||
|
||||
cdef extern from "helpers/capabilityHelper.h":
|
||||
cdef extern from "../helpers/capabilityHelper.h":
|
||||
cppclass PythonInterfaceDynamicImpl:
|
||||
PythonInterfaceDynamicImpl(PyObject *)
|
||||
|
||||
cdef extern from "helpers/capabilityHelper.h":
|
||||
cdef extern from "../helpers/capabilityHelper.h":
|
||||
void reraise_kj_exception()
|
||||
Reference in New Issue
Block a user