1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +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

@@ -15,7 +15,7 @@ from hsutil import io
from hsutil.path import Path
from hsutil.decorators import log_calls
import hsutil.files
from hscommon.job import nulljob
from jobprogress.job import nulljob
from . import data
from .results_test import GetTestGroups

View File

@@ -8,7 +8,7 @@
import sys
from hscommon import job
from jobprogress import job
from hsutil.decorators import log_calls
from hsutil.misc import first
from hsutil.testutil import eq_

View File

@@ -6,8 +6,7 @@
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/bsd_license
from hscommon import job
from jobprogress import job
from hsutil import io
from hsutil.path import Path
from hsutil.testutil import eq_