summaryrefslogtreecommitdiffstats
path: root/dev/msync.py
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-14 14:21:53 +0200
committerGravatar Martin Szulecki2009-07-14 14:21:53 +0200
commita68a82800f116706354adb97da1ef0cfd3e38a52 (patch)
tree329e14aa6227cbe9bd04adfdbfa6c75866375b1e /dev/msync.py
parent5d047fd1e514e098308430fb59ba335b8ae3d385 (diff)
downloadlibimobiledevice-a68a82800f116706354adb97da1ef0cfd3e38a52.tar.gz
libimobiledevice-a68a82800f116706354adb97da1ef0cfd3e38a52.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() :
if not lckd :
print "Failed to start lockdown service.\n"
return None
- msync = lckd.get_mobile_sync_client()
+ msync = lckd.get_mobilesync_client()
if not msync :
print "Failed to start mobilesync service.\n"
return None