Fix imports

This commit is contained in:
Hugo Posnic 2018-04-09 19:19:41 +02:00
parent 26878908c0
commit c38cf92f25
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
from ThreadPool import ThreadPool, ThreadPoolMixIn from .ThreadPool import ThreadPool, ThreadPoolMixIn

View file

@ -1,2 +1,2 @@
from filesize import size from .filesize import size
from filesize import traditional, alternative, verbose, iec, si from .filesize import traditional, alternative, verbose, iec, si