Code cleanup

This commit is contained in:
Paweł Jastrzębski
2013-11-13 11:27:26 +01:00
parent 50f5b600b1
commit ddd223c2ec
5 changed files with 109 additions and 91 deletions
+1 -1
View File
@@ -28,6 +28,7 @@ import sys
import re
import stat
import string
import unicodedata
from tempfile import mkdtemp
from shutil import move, copyfile, copytree, rmtree, make_archive
from optparse import OptionParser, OptionGroup
@@ -42,7 +43,6 @@ import comic2panel
import image
import cbxarchive
import pdfjpgextract
import unicodedata
def buildHTML(path, imgfile):