mirror of
https://github.com/ciromattia/kcc
synced 2026-09-23 19:27:07 +00:00
Code cleanup
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user