mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Fix imports
This commit is contained in:
parent
26878908c0
commit
c38cf92f25
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
from ThreadPool import ThreadPool, ThreadPoolMixIn
|
||||
from .ThreadPool import ThreadPool, ThreadPoolMixIn
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
from filesize import size
|
||||
from filesize import traditional, alternative, verbose, iec, si
|
||||
from .filesize import size
|
||||
from .filesize import traditional, alternative, verbose, iec, si
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue