From 43668bbbd6346bf4c7b3ec632ec9191d6244a639 Mon Sep 17 00:00:00 2001 From: GRiker Date: Wed, 15 May 2013 06:04:11 -0600 Subject: [PATCH] Added __init__.py to calibre.devices.idevice --- src/calibre/devices/idevice/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/calibre/devices/idevice/__init__.py diff --git a/src/calibre/devices/idevice/__init__.py b/src/calibre/devices/idevice/__init__.py new file mode 100644 index 0000000000..c705e32a66 --- /dev/null +++ b/src/calibre/devices/idevice/__init__.py @@ -0,0 +1,2 @@ +__license__ = 'GPL v3' +__copyright__ = '2008, Kovid Goyal ' \ No newline at end of file