1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Adapted codebase to the hsutil/hscommon split and the hsmedia --> hsaudiotag rename.

This commit is contained in:
Virgil Dupras
2010-07-13 08:08:18 +02:00
parent 75eb005ba0
commit 371426a08e
24 changed files with 39 additions and 38 deletions

View File

@@ -15,8 +15,8 @@ from appscript import app, k, CommandError
from hsutil import io
from hsutil.str import get_file_ext
from hsutil.path import Path
from hsutil.cocoa import as_fetch
from hsutil.cocoa.objcmin import NSUserDefaults, NSURL
from hscommon.cocoa import as_fetch
from hscommon.cocoa.objcmin import NSUserDefaults, NSURL
from core import fs
from core import app_cocoa, directories

View File

@@ -10,7 +10,7 @@ import logging
import multiprocessing
from collections import defaultdict, deque
from hsutil import job
from hscommon import job
from core.engine import Match
from .block import avgdiff, DifferentBlockCountError, NoBlocksError