From 75099439384e7448b15089ddbf17a2d5117f54cc Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 4 Feb 2010 06:13:40 -0800 Subject: [PATCH] Added _block_osx to py2app workaround in dg_cocoa. --- cocoa/pe/dg_cocoa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoa/pe/dg_cocoa.py b/cocoa/pe/dg_cocoa.py index 8dc08dc5..70f9f449 100644 --- a/cocoa/pe/dg_cocoa.py +++ b/cocoa/pe/dg_cocoa.py @@ -8,7 +8,7 @@ from core.app_cocoa_inter import PyDupeGuruBase from core_pe import app_cocoa as app_pe_cocoa # 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): def init(self):