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:
@@ -7,11 +7,11 @@
|
||||
import objc
|
||||
from AppKit import *
|
||||
|
||||
from dupeguru_pe import app_cocoa as app_pe_cocoa
|
||||
from core_pe import app_cocoa as app_pe_cocoa
|
||||
|
||||
# Fix py2app imports which chokes on relative imports
|
||||
from dupeguru import app, app_cocoa, data, directories, engine, export, ignore, results, scanner
|
||||
from dupeguru_pe import block, cache, matchbase, data
|
||||
from core import app, app_cocoa, data, directories, engine, export, ignore, results, scanner
|
||||
from core_pe import block, cache, matchbase, data
|
||||
from hsutil import conflict
|
||||
|
||||
class PyApp(NSObject):
|
||||
|
||||
Reference in New Issue
Block a user