mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Replaced dependencies from hsutil to hscommon.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# which should be included with this package. The terms are also available at
|
||||
# http://www.hardcoded.net/licenses/bsd_license
|
||||
|
||||
from hsutil.str import format_size
|
||||
from hscommon.util import format_size
|
||||
from core.data import (format_path, format_timestamp, format_words, format_perc,
|
||||
format_dupe_count, cmp_value)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
import hashlib
|
||||
|
||||
from hscommon import io
|
||||
from hsutil.misc import nonone
|
||||
from hscommon.util import nonone
|
||||
|
||||
from core import fs
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
import hashlib
|
||||
|
||||
from hsutil.path import Path
|
||||
from hscommon.path import Path
|
||||
from hscommon.testutil import eq_
|
||||
from core.fs import File
|
||||
from core.tests.directories_test import create_fake_fs
|
||||
|
||||
Reference in New Issue
Block a user