diff options
Diffstat (limited to 'cython/property_list_client.pxi')
| -rw-r--r-- | cython/property_list_client.pxi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cython/property_list_client.pxi b/cython/property_list_client.pxi index 2f9ce76..c137b34 100644 --- a/cython/property_list_client.pxi +++ b/cython/property_list_client.pxi | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | cdef class PropertyListClient(Base): | 1 | cdef class PropertyListClient(Base): |
| 2 | cpdef send(self, plist.Node node): | 2 | cpdef send(self, plist.Node node): |
| 3 | cdef plist.Node n = node | 3 | self.handle_error(self._send(node._c_node)) |
| 4 | self.handle_error(self._send(n._c_node)) | ||
| 5 | 4 | ||
| 6 | cpdef object receive(self): | 5 | cpdef object receive(self): |
| 7 | cdef: | 6 | cdef: |
