about summary refs log tree commit diff
path: root/kcc-c2p.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-03-25 08:05:28 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2017-03-25 08:05:28 +0100
commit6526b139fdcd3b4c4f33507e96da4e8973203bd7 (patch)
tree322687bb17704b1b6675033159e10070e534347a /kcc-c2p.py
parentReimplemented HQ Panel View (close #223) (diff)
downloadkcc-6526b139fdcd3b4c4f33507e96da4e8973203bd7.tar.gz
kcc-6526b139fdcd3b4c4f33507e96da4e8973203bd7.tar.bz2
kcc-6526b139fdcd3b4c4f33507e96da4e8973203bd7.zip
Code cleanup
Diffstat (limited to 'kcc-c2p.py')
-rwxr-xr-xkcc-c2p.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py
index f1fb915..fca94fc 100755
--- a/kcc-c2p.py
+++ b/kcc-c2p.py
@@ -28,4 +28,4 @@ from kindlecomicconverter.startup import startC2P
 
 if __name__ == "__main__":
     freeze_support()
-    startC2P()
\ No newline at end of file
+    startC2P()