mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Changed references to what has already been moved from hsutil to hscommon (io, path, testutil).
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# The commented out tests are tests for function that have been converted to pure C for speed
|
||||
|
||||
from pytest import raises, skip
|
||||
from hsutil.testutil import eq_
|
||||
from hscommon.testutil import eq_
|
||||
|
||||
try:
|
||||
from ..block import *
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
import logging
|
||||
|
||||
from pytest import raises, skip
|
||||
from hsutil.testutil import eq_
|
||||
from hscommon.testutil import eq_
|
||||
|
||||
try:
|
||||
from ..cache import Cache, colors_to_string, string_to_colors
|
||||
|
||||
Reference in New Issue
Block a user