mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Changed references to what has already been moved from hsutil to hscommon (io, path, testutil).
This commit is contained in:
@@ -11,8 +11,8 @@ import os.path as op
|
||||
import logging
|
||||
|
||||
from pytest import mark
|
||||
from hsutil import io
|
||||
from hsutil.path import Path
|
||||
from hscommon import io
|
||||
from hscommon.path import Path
|
||||
from hsutil.decorators import log_calls
|
||||
import hsutil.files
|
||||
from hscommon.testutil import CallLogger, eq_
|
||||
|
||||
@@ -12,8 +12,8 @@ import tempfile
|
||||
import shutil
|
||||
|
||||
from pytest import raises
|
||||
from hsutil import io
|
||||
from hsutil.path import Path
|
||||
from hscommon import io
|
||||
from hscommon.path import Path
|
||||
from hscommon.testutil import eq_
|
||||
|
||||
from ..directories import *
|
||||
|
||||
@@ -11,7 +11,7 @@ import sys
|
||||
from jobprogress import job
|
||||
from hsutil.decorators import log_calls
|
||||
from hsutil.misc import first
|
||||
from hsutil.testutil import eq_
|
||||
from hscommon.testutil import eq_
|
||||
|
||||
from .. import engine
|
||||
from ..engine import *
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
import io
|
||||
from xml.etree import ElementTree as ET
|
||||
|
||||
from hsutil.testutil import eq_
|
||||
from hscommon.testutil import eq_
|
||||
|
||||
from ..ignore import *
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import os.path as op
|
||||
|
||||
from xml.etree import ElementTree as ET
|
||||
|
||||
from hsutil.path import Path
|
||||
from hscommon.path import Path
|
||||
from hscommon.testutil import eq_
|
||||
from hsutil.misc import first
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
# http://www.hardcoded.net/licenses/bsd_license
|
||||
|
||||
from jobprogress import job
|
||||
from hsutil import io
|
||||
from hsutil.path import Path
|
||||
from hscommon import io
|
||||
from hscommon.path import Path
|
||||
from hscommon.testutil import eq_
|
||||
|
||||
from .. import fs
|
||||
|
||||
Reference in New Issue
Block a user