1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-04 20:31:38 +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

@@ -7,8 +7,8 @@
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from dupeguru_se import data
from dupeguru.directories import Directories as DirectoriesBase, STATE_EXCLUDED
from core_se import data
from core.directories import Directories as DirectoriesBase, STATE_EXCLUDED
from base.app import DupeGuru as DupeGuruBase
from details_dialog import DetailsDialog

View File

@@ -7,7 +7,7 @@
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from dupeguru.scanner import SCAN_TYPE_FILENAME, SCAN_TYPE_CONTENT
from core.scanner import SCAN_TYPE_FILENAME, SCAN_TYPE_CONTENT
from base.preferences import Preferences as PreferencesBase

View File

@@ -12,7 +12,7 @@ from PyQt4.QtGui import QDialog, QDialogButtonBox
from hsutil.misc import tryint
from dupeguru.scanner import SCAN_TYPE_FILENAME, SCAN_TYPE_CONTENT
from core.scanner import SCAN_TYPE_FILENAME, SCAN_TYPE_CONTENT
from preferences_dialog_ui import Ui_PreferencesDialog
import preferences