diff options
| author | 2010-03-31 15:01:50 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:55 +0100 | |
| commit | af06ff22149191c056804e7fec9c1a6880a06872 (patch) | |
| tree | 3aaa11e5912630d097d7e2a8243fc0de75f6d38f /cython/installation_proxy.pxi | |
| parent | 23954a2b28e6f763a83524a85ead4716620ee7cc (diff) | |
| download | libimobiledevice-af06ff22149191c056804e7fec9c1a6880a06872.tar.gz libimobiledevice-af06ff22149191c056804e7fec9c1a6880a06872.tar.bz2 | |
Fixed some class names and inheritance chains.
Diffstat (limited to 'cython/installation_proxy.pxi')
| -rw-r--r-- | cython/installation_proxy.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/installation_proxy.pxi b/cython/installation_proxy.pxi index 0424a81..22e7e38 100644 --- a/cython/installation_proxy.pxi +++ b/cython/installation_proxy.pxi | |||
| @@ -42,7 +42,7 @@ cdef class InstallationProxyError(BaseError): | |||
| 42 | } | 42 | } |
| 43 | BaseError.__init__(self, *args, **kwargs) | 43 | BaseError.__init__(self, *args, **kwargs) |
| 44 | 44 | ||
| 45 | cdef class InstallationProxyClient(Base): | 45 | cdef class InstallationProxy(Base): |
| 46 | cdef instproxy_client_t _c_client | 46 | cdef instproxy_client_t _c_client |
| 47 | 47 | ||
| 48 | def __cinit__(self, iDevice device not None, LockdownClient lockdown=None, *args, **kwargs): | 48 | def __cinit__(self, iDevice device not None, LockdownClient lockdown=None, *args, **kwargs): |
