summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pyx
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-27 15:14:01 +0100
committerGravatar Martin Szulecki2013-02-27 15:14:01 +0100
commitc19978863878a014b5aa2538989b41b864708866 (patch)
tree73d40d6cbda5250972239c96b418edeb6fbbbf52 /cython/imobiledevice.pyx
parent0cac547eb79492e04176ad541fe6fb1d1f576824 (diff)
downloadlibimobiledevice-c19978863878a014b5aa2538989b41b864708866.tar.gz
libimobiledevice-c19978863878a014b5aa2538989b41b864708866.tar.bz2
cython: Add all service protocols which brings Python bindings to 100% coverage
Diffstat (limited to 'cython/imobiledevice.pyx')
-rw-r--r--cython/imobiledevice.pyx7
1 files changed, 7 insertions, 0 deletions
diff --git a/cython/imobiledevice.pyx b/cython/imobiledevice.pyx
index de59456..fa5e7ae 100644
--- a/cython/imobiledevice.pyx
+++ b/cython/imobiledevice.pyx
@@ -241,8 +241,15 @@ include "mobilesync.pxi"
241include "notification_proxy.pxi" 241include "notification_proxy.pxi"
242include "sbservices.pxi" 242include "sbservices.pxi"
243include "mobilebackup.pxi" 243include "mobilebackup.pxi"
244include "mobilebackup2.pxi"
244include "afc.pxi" 245include "afc.pxi"
245include "file_relay.pxi" 246include "file_relay.pxi"
246include "screenshotr.pxi" 247include "screenshotr.pxi"
247include "installation_proxy.pxi" 248include "installation_proxy.pxi"
248include "mobile_image_mounter.pxi" 249include "mobile_image_mounter.pxi"
250include "webinspector.pxi"
251include "heartbeat.pxi"
252include "diagnostics_relay.pxi"
253include "misagent.pxi"
254include "house_arrest.pxi"
255include "restore.pxi"