diff options
author | Martin Szulecki | 2009-07-14 14:21:53 +0200 |
---|---|---|
committer | Matt Colyer | 2009-07-18 10:39:42 -0700 |
commit | 484ff2166a2de58dd185a05fefea47a3f8165033 (patch) | |
tree | a8b6f712399369b60999dcd81c8bdbdd36c8ce8b /dev/msync.py | |
parent | 5fa071717799ee2424c41b62360c7122b104fefb (diff) | |
download | libimobiledevice-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-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() : 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 |