Skip to content

Commit 071c664

Browse files
committed
Relocate threader
1 parent 84914ab commit 071c664

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Interlace/interlace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from lib.core.input import InputParser, InputHelper
44
from lib.core.output import OutputHelper, Level
5-
from lib.core.threader import Pool
5+
from lib.threader import Pool
66

77

88
def build_queue(arguments, output):
File renamed without changes.

0 commit comments

Comments
 (0)