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:
@@ -14,7 +14,7 @@ import re
|
||||
from appscript import app, k, CommandError, ApplicationNotFoundError
|
||||
|
||||
from hscommon import io
|
||||
from hsutil.str import get_file_ext, remove_invalid_xml
|
||||
from hscommon.util import get_file_ext, remove_invalid_xml
|
||||
from hscommon.path import Path
|
||||
from hscommon.cocoa import as_fetch
|
||||
from hscommon.cocoa.objcmin import NSUserDefaults, NSURL
|
||||
|
||||
@@ -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_perc, format_dupe_count, cmp_value
|
||||
|
||||
def format_dimensions(dimensions):
|
||||
|
||||
Reference in New Issue
Block a user