about summary refs log tree commit diff
path: root/kcc/image.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-09-28 19:57:49 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-09-28 19:57:49 +0200
commit97b44a89d4d421a6a584c34c976444f7775ab49e (patch)
tree7b5e2e5b69ae3fedfebe6c03c9c9a5f8aa5c7283 /kcc/image.py
parentAdded support for Kindle Fire HDX (diff)
downloadkcc-97b44a89d4d421a6a584c34c976444f7775ab49e.tar.gz
kcc-97b44a89d4d421a6a584c34c976444f7775ab49e.tar.bz2
kcc-97b44a89d4d421a6a584c34c976444f7775ab49e.zip
Code cleanup
Diffstat (limited to 'kcc/image.py')
-rwxr-xr-xkcc/image.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kcc/image.py b/kcc/image.py
index b029eb7..0332b2d 100755
--- a/kcc/image.py
+++ b/kcc/image.py
@@ -30,6 +30,9 @@ except ImportError:
 
 
 class ProfileData:
+    def __init__(self):
+        pass
+
     Palette4 = [
         0x00, 0x00, 0x00,
         0x55, 0x55, 0x55,