summaryrefslogtreecommitdiffstats
path: root/cython
diff options
context:
space:
mode:
authorGravatar Dawn K. Isabel2013-05-30 23:27:13 -0400
committerGravatar Martin Szulecki2013-05-31 12:00:22 +0200
commit5970e52fa9682622d8fc97eb9c0ad82b4c3e792e (patch)
tree720c63556e20cb433226a2451da53d8b63f4543c /cython
parent68316d700b6e46b4b1fe3e59239ab747e3423a7c (diff)
downloadlibimobiledevice-5970e52fa9682622d8fc97eb9c0ad82b4c3e792e.tar.gz
libimobiledevice-5970e52fa9682622d8fc97eb9c0ad82b4c3e792e.tar.bz2
cython: Make LockdownServiceDescriptor inherit from Base, since it calls self.handle_error
Diffstat (limited to 'cython')
-rw-r--r--cython/lockdown.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/lockdown.pxi b/cython/lockdown.pxi
index 6fbe0e6..6fb49a3 100644
--- a/cython/lockdown.pxi
+++ b/cython/lockdown.pxi
@@ -90,7 +90,7 @@ cdef class LockdownPairRecord:
90 cdef bytes result = self._c_record.root_certificate 90 cdef bytes result = self._c_record.root_certificate
91 return result 91 return result
92 92
93cdef class LockdownServiceDescriptor: 93cdef class LockdownServiceDescriptor(Base):
94 #def __cinit__(self, uint16_t port, uint8_t ssl_enabled, *args, **kwargs): 94 #def __cinit__(self, uint16_t port, uint8_t ssl_enabled, *args, **kwargs):
95 def __dealloc__(self): 95 def __dealloc__(self):
96 cdef lockdownd_error_t err 96 cdef lockdownd_error_t err