1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Adapted codebase to the hsutil/hscommon split and the hsmedia --> hsaudiotag rename.

This commit is contained in:
Virgil Dupras
2010-07-13 08:08:18 +02:00
parent 75eb005ba0
commit 371426a08e
24 changed files with 39 additions and 38 deletions

View File

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

View File

@@ -10,7 +10,7 @@ import sys
from nose.tools import eq_
from hsutil import job
from hscommon import job
from hsutil.decorators import log_calls
from hsutil.misc import first
from hsutil.testcase import TestCase

View File

@@ -8,7 +8,8 @@
from nose.tools import eq_
from hsutil import job, io
from hscommon import job
from hsutil import io
from hsutil.path import Path
from hsutil.testcase import TestCase