diff options
| author | 2010-01-28 22:18:41 +0100 | |
|---|---|---|
| committer | 2010-01-29 02:16:00 +0100 | |
| commit | 96101a1231a4ddfeb40fd738a24e108a3a904048 (patch) | |
| tree | 65a8f54354d9acbbba93dac2c8602d07e469482c /dev/msync.py | |
| parent | 45b88ae3956de089fdc35605910f1359a1d3961c (diff) | |
| download | libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.gz libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.bz2 | |
Global renames due to project rename to libimobiledevice
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 |
