1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Adapted to the job-related code moving to the 'jobprogress' package.

This commit is contained in:
Virgil Dupras
2010-11-20 12:42:15 +01:00
parent 1b6e1369a0
commit 0382ad1534
11 changed files with 19 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import logging
import multiprocessing
from collections import defaultdict, deque
from hscommon import job
from jobprogress import job
from core.engine import Match
from .block import avgdiff, DifferentBlockCountError, NoBlocksError