Relocate threader

This commit is contained in:
Michael Skelton
2018-10-24 21:44:59 +10:00
parent 84914abc07
commit 071c6645fd
2 changed files with 1 additions and 1 deletions

View File

@@ -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):