diff --git a/Interlace/interlace.py b/Interlace/interlace.py index d5211cd..d655cb8 100644 --- a/Interlace/interlace.py +++ b/Interlace/interlace.py @@ -2,7 +2,7 @@ import sys from lib.core.input import InputParser, InputHelper from lib.core.output import OutputHelper, Level -from lib.core.threader import Pool +from lib.threader import Pool def build_queue(arguments, output): diff --git a/Interlace/lib/core/threader.py b/Interlace/lib/threader.py similarity index 100% rename from Interlace/lib/core/threader.py rename to Interlace/lib/threader.py