mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 17:59:50 +00:00
Added _block_osx to py2app workaround in dg_cocoa.
This commit is contained in:
parent
774da9d2f8
commit
7509943938
@ -8,7 +8,7 @@ from core.app_cocoa_inter import PyDupeGuruBase
|
|||||||
from core_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
|
# Fix py2app imports which chokes on relative imports
|
||||||
from core_pe import block, cache, matchbase, data
|
from core_pe import block, cache, matchbase, data, _block_osx
|
||||||
|
|
||||||
class PyDupeGuru(PyDupeGuruBase):
|
class PyDupeGuru(PyDupeGuruBase):
|
||||||
def init(self):
|
def init(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user