diff options
| author | 2009-07-14 14:21:53 +0200 | |
|---|---|---|
| committer | 2009-07-14 14:21:53 +0200 | |
| commit | a68a82800f116706354adb97da1ef0cfd3e38a52 (patch) | |
| tree | 329e14aa6227cbe9bd04adfdbfa6c75866375b1e /dev/msync.py | |
| parent | 5d047fd1e514e098308430fb59ba335b8ae3d385 (diff) | |
| download | libimobiledevice-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-x | dev/msync.py | 2 |
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 |
