Refactor capnp.pyx to be in lib subdirectory

This commit is contained in:
Jason Paryani
2013-12-08 17:43:08 -08:00
parent 086994f9da
commit 1e87bed8c7
10 changed files with 14 additions and 19 deletions

View File

@@ -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()