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:
@@ -6,12 +6,10 @@
|
||||
# which should be included with this package. The terms are also available at
|
||||
# http://www.hardcoded.net/licenses/bsd_license
|
||||
|
||||
|
||||
|
||||
import logging
|
||||
|
||||
from hsutil import io
|
||||
from hsutil.path import Path
|
||||
from hscommon import io
|
||||
from hscommon.path import Path
|
||||
from hscommon.cocoa.objcmin import NSWorkspace
|
||||
|
||||
from core import fs
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
import hashlib
|
||||
|
||||
from hsutil import io
|
||||
from hscommon import io
|
||||
from hsutil.misc import nonone
|
||||
|
||||
from core import fs
|
||||
|
||||
Reference in New Issue
Block a user