mirror of
https://github.com/ciromattia/kcc
synced 2026-06-07 07:03:26 +00:00
General refactoring and tweaks
This commit is contained in:
+4
-1
@@ -20,11 +20,14 @@ import os
|
||||
from hashlib import md5
|
||||
from html.parser import HTMLParser
|
||||
from distutils.version import StrictVersion
|
||||
from scandir import walk
|
||||
from time import sleep
|
||||
from shutil import rmtree, move
|
||||
from tempfile import mkdtemp
|
||||
from zipfile import ZipFile, ZIP_DEFLATED
|
||||
try:
|
||||
from scandir import walk
|
||||
except ImportError:
|
||||
walk = None
|
||||
|
||||
|
||||
class HTMLStripper(HTMLParser):
|
||||
|
||||
Reference in New Issue
Block a user