summaryrefslogtreecommitdiffstats
path: root/dev/msync.py
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-14 14:21:53 +0200
committerGravatar Matt Colyer2009-07-18 10:39:42 -0700
commit484ff2166a2de58dd185a05fefea47a3f8165033 (patch)
treea8b6f712399369b60999dcd81c8bdbdd36c8ce8b /dev/msync.py
parent5fa071717799ee2424c41b62360c7122b104fefb (diff)
downloadlibimobiledevice-484ff2166a2de58dd185a05fefea47a3f8165033.tar.gz
libimobiledevice-484ff2166a2de58dd185a05fefea47a3f8165033.tar.bz2
Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.
Diffstat (limited to 'dev/msync.py')
-rwxr-xr-xdev/msync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/msync.py b/dev/msync.py
index 17e3121..fe7f1fd 100755
--- a/dev/msync.py
+++ b/dev/msync.py
@@ -12,7 +12,7 @@ def GetMobileSyncClient() :
12 if not lckd : 12 if not lckd :
13 print "Failed to start lockdown service.\n" 13 print "Failed to start lockdown service.\n"
14 return None 14 return None
15 msync = lckd.get_mobile_sync_client() 15 msync = lckd.get_mobilesync_client()
16 if not msync : 16 if not msync :
17 print "Failed to start mobilesync service.\n" 17 print "Failed to start mobilesync service.\n"
18 return None 18 return None