summaryrefslogtreecommitdiffstats
path: root/dev/msync.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/msync.py')
-rwxr-xr-xdev/msync.py4
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
3from iphone import * 3from imobiledevice import *
4from plist import * 4from plist import *
5 5
6# get msync client 6# get msync client
7def GetMobileSyncClient() : 7def 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