summaryrefslogtreecommitdiffstats
path: root/cython/mobile_image_mounter.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'cython/mobile_image_mounter.pxi')
-rw-r--r--cython/mobile_image_mounter.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/mobile_image_mounter.pxi b/cython/mobile_image_mounter.pxi
index 8ec30d1..9086f2c 100644
--- a/cython/mobile_image_mounter.pxi
+++ b/cython/mobile_image_mounter.pxi
@@ -27,7 +27,7 @@ cdef class MobileImageMounterError(BaseError):
27 } 27 }
28 BaseError.__init__(self, *args, **kwargs) 28 BaseError.__init__(self, *args, **kwargs)
29 29
30cdef class MobileImageMounterClient(PropertyListClient): 30cdef class MobileImageMounterClient(Base):
31 cdef mobile_image_mounter_client_t _c_client 31 cdef mobile_image_mounter_client_t _c_client
32 32
33 def __cinit__(self, iDevice device not None, LockdownClient lockdown=None, *args, **kwargs): 33 def __cinit__(self, iDevice device not None, LockdownClient lockdown=None, *args, **kwargs):