summaryrefslogtreecommitdiffstats
path: root/cython/property_list_client.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'cython/property_list_client.pxi')
-rw-r--r--cython/property_list_client.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/property_list_client.pxi b/cython/property_list_client.pxi
index 2689658..874f2b5 100644
--- a/cython/property_list_client.pxi
+++ b/cython/property_list_client.pxi
@@ -3,7 +3,7 @@ cdef class PropertyListClient(Base):
cdef plist.Node n = node
self.handle_error(self._send(n._c_node))
- cpdef plist.Node receive(self):
+ cpdef object receive(self):
cdef plist.plist_t c_node = NULL
self.handle_error(self._receive(&c_node))