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.pxi3
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 @@
cdef class PropertyListClient(Base):
cpdef send(self, plist.Node node):
- cdef plist.Node n = node
- self.handle_error(self._send(n._c_node))
+ self.handle_error(self._send(node._c_node))
cpdef object receive(self):
cdef: