diff options
| author | 2013-05-30 23:27:13 -0400 | |
|---|---|---|
| committer | 2013-05-31 12:00:22 +0200 | |
| commit | 5970e52fa9682622d8fc97eb9c0ad82b4c3e792e (patch) | |
| tree | 720c63556e20cb433226a2451da53d8b63f4543c /cython/lockdown.pxi | |
| parent | 68316d700b6e46b4b1fe3e59239ab747e3423a7c (diff) | |
| download | libimobiledevice-5970e52fa9682622d8fc97eb9c0ad82b4c3e792e.tar.gz libimobiledevice-5970e52fa9682622d8fc97eb9c0ad82b4c3e792e.tar.bz2 | |
cython: Make LockdownServiceDescriptor inherit from Base, since it calls self.handle_error
Diffstat (limited to 'cython/lockdown.pxi')
| -rw-r--r-- | cython/lockdown.pxi | 2 |
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 | ||
| 93 | cdef class LockdownServiceDescriptor: | 93 | cdef 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 |
