diff options
author | Bryan Forbes | 2010-03-04 12:01:35 -0600 |
---|---|---|
committer | Bryan Forbes | 2010-03-04 12:01:35 -0600 |
commit | 66c84922e1d955e19c6202fa230183af5a56f934 (patch) | |
tree | b233dc29683dd9c6d8481810d604e8e06069acbc /swig/__init__.py | |
parent | a5d7f3815adc052a8fb5ec71bf66386c2384d7d1 (diff) | |
download | libimobiledevice-66c84922e1d955e19c6202fa230183af5a56f934.tar.gz libimobiledevice-66c84922e1d955e19c6202fa230183af5a56f934.tar.bz2 |
Added python bindings for notification_proxy.
Diffstat (limited to 'swig/__init__.py')
-rw-r--r-- | swig/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |