mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Reintroduce threadpool and filesize packages
This commit is contained in:
parent
25836634af
commit
278ef269cf
7 changed files with 405 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue