Reintroduce threadpool and filesize packages

This commit is contained in:
Hugo Posnic 2017-11-18 16:16:59 +01:00
parent 25836634af
commit 278ef269cf
7 changed files with 405 additions and 1 deletions

View file

@ -19,7 +19,7 @@ from filesize import *
from imghdr import what as determinetype
from queue import Queue
from ThreadPool import ThreadPool, ThreadPoolMixIn
from ThreadPool import ThreadPool
from multiprocessing import cpu_count
from ui import Ui_trimage