summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pyx
diff options
context:
space:
mode:
authorGravatar Hao Zhou2014-12-09 11:16:40 +0800
committerGravatar Hao Zhou2014-12-09 11:16:40 +0800
commitc86c7b572949af76becd113230bc1784aadb1eb0 (patch)
tree6157dc25a61eccb5e48d1e8a2900362206b20685 /cython/imobiledevice.pyx
parent83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (diff)
downloadlibimobiledevice-c86c7b572949af76becd113230bc1784aadb1eb0.tar.gz
libimobiledevice-c86c7b572949af76becd113230bc1784aadb1eb0.tar.bz2
cython: Add DebugServerClient class to communicate with debugserver
Diffstat (limited to 'cython/imobiledevice.pyx')
-rw-r--r--cython/imobiledevice.pyx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cython/imobiledevice.pyx b/cython/imobiledevice.pyx
index 607ff2f..e011223 100644
--- a/cython/imobiledevice.pyx
+++ b/cython/imobiledevice.pyx
@@ -256,3 +256,4 @@ include "diagnostics_relay.pxi"
include "misagent.pxi"
include "house_arrest.pxi"
include "restore.pxi"
+include "debugserver.pxi"