1
0
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:
Virgil Dupras
2011-01-11 11:59:53 +01:00
parent e0cc8ecda2
commit 33c0ba808c
16 changed files with 27 additions and 31 deletions

View File

@@ -13,9 +13,9 @@ import re
from appscript import app, k, CommandError, ApplicationNotFoundError
from hsutil import io
from hscommon import io
from hsutil.str import get_file_ext, remove_invalid_xml
from hsutil.path import Path
from hscommon.path import Path
from hscommon.cocoa import as_fetch
from hscommon.cocoa.objcmin import NSUserDefaults, NSURL

View File

@@ -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 *

View File

@@ -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