diff options
| author | 2010-04-19 11:54:35 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:55 +0100 | |
| commit | 6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a (patch) | |
| tree | a0ab8cf4265ad59a813a0cfac33a9ca98416fda5 /cython/installation_proxy.pxi | |
| parent | 7275b8e8b1134c85d6f4b694ad6f515b3a6dace9 (diff) | |
| download | libimobiledevice-6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a.tar.gz libimobiledevice-6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a.tar.bz2 | |
Changed some parent class relationships.
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 f584cbd..cf6662f 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 InstallationProxy(Base): | 45 | cdef class InstallationProxyClient(PropertyListService): |
| 46 | __service_name__ = "com.apple.mobile.installation_proxy" | 46 | __service_name__ = "com.apple.mobile.installation_proxy" |
| 47 | cdef instproxy_client_t _c_client | 47 | cdef instproxy_client_t _c_client |
| 48 | 48 | ||
