diff options
Diffstat (limited to 'dev/msync.py')
-rwxr-xr-x | dev/msync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/msync.py b/dev/msync.py index 6bb85d7..951355c 100755 --- a/dev/msync.py +++ b/dev/msync.py @@ -1,11 +1,11 @@ #! /usr/bin/env python -from iphone import * +from imobiledevice import * from plist import * # get msync client def GetMobileSyncClient() : - phone = iPhone() + phone = idevice() if not phone.init_device() : print "Couldn't find device, is it connected ?\n" return None |