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 @@ | |||
| 1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
| 2 | 2 | ||
| 3 | from iphone import * | 3 | from imobiledevice import * |
| 4 | from plist import * | 4 | from plist import * |
| 5 | 5 | ||
| 6 | # get msync client | 6 | # get msync client |
| 7 | def GetMobileSyncClient() : | 7 | def GetMobileSyncClient() : |
| 8 | phone = iPhone() | 8 | phone = idevice() |
| 9 | if not phone.init_device() : | 9 | if not phone.init_device() : |
| 10 | print "Couldn't find device, is it connected ?\n" | 10 | print "Couldn't find device, is it connected ?\n" |
| 11 | return None | 11 | return None |
