1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-05 04:41:39 +00:00

Changed dupeguru and dupeguru_* external references to core and core_* references.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40278
This commit is contained in:
hsoft
2009-12-30 10:37:57 +00:00
parent 6eba99eba1
commit f5accbfaed
26 changed files with 43 additions and 44 deletions

View File

@@ -13,8 +13,8 @@ import hashlib
from nose.tools import eq_
from hsutil.testcase import TestCase
from dupeguru.fs import File
from dupeguru.tests.directories_test import create_fake_fs
from core.fs import File
from core.tests.directories_test import create_fake_fs
from .. import fs