Make imports absolute instead of relative.
This enables Cython modules outside of pycapnp to use these imports. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# distutils: language = c++
|
||||
|
||||
from libc.stdint cimport *
|
||||
from capnp_cpp cimport DynamicOrphan
|
||||
from capnp.includes.capnp_cpp cimport DynamicOrphan
|
||||
from capnp.helpers.non_circular cimport reraise_kj_exception
|
||||
|
||||
from capnp.includes.types cimport *
|
||||
|
||||
Reference in New Issue
Block a user