From c5ef474d6da0472c72e1c986608e2480e836036c Mon Sep 17 00:00:00 2001
From: Martin Szulecki
Date: Thu, 11 Feb 2010 00:25:37 +0100
Subject: Fix a missing rename to make the Python bindings actually work

---
 swig/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swig/__init__.py b/swig/__init__.py
index e70dcce..e0c053b 100644
--- a/swig/__init__.py
+++ b/swig/__init__.py
@@ -1,2 +1,2 @@
 # -*- coding: utf-8 -*-
-from iphone import * 
+from imobiledevice import * 
-- 
cgit v1.1-32-gdbae