From 9fbd840231885b47271f567caff67f5114a83107 Mon Sep 17 00:00:00 2001 From: hsoft Date: Sat, 20 Jun 2009 09:36:45 +0000 Subject: [PATCH] pe cocoa: v1.7.4 --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4095 --- pe/cocoa/Info.plist | 2 +- pe/cocoa/py/dg_cocoa.py | 2 +- pe/cocoa/py/gen.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pe/cocoa/Info.plist b/pe/cocoa/Info.plist index 3e7b42f7..9f51e9f2 100644 --- a/pe/cocoa/Info.plist +++ b/pe/cocoa/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.7.3 + 1.7.4 NSMainNibFile MainMenu NSPrincipalClass diff --git a/pe/cocoa/py/dg_cocoa.py b/pe/cocoa/py/dg_cocoa.py index 595fbea9..cad81108 100644 --- a/pe/cocoa/py/dg_cocoa.py +++ b/pe/cocoa/py/dg_cocoa.py @@ -6,7 +6,7 @@ from dupeguru_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 +from dupeguru_pe import block, cache, matchbase, data from hsfs import auto, manual, stats, tree, utils class PyApp(NSObject): diff --git a/pe/cocoa/py/gen.py b/pe/cocoa/py/gen.py index 2ca126a4..787b4f8e 100644 --- a/pe/cocoa/py/gen.py +++ b/pe/cocoa/py/gen.py @@ -15,4 +15,4 @@ if op.exists('build'): if op.exists('dist'): shutil.rmtree('dist') -print_and_do('python -u setup.py py2app -A') \ No newline at end of file +print_and_do('python -u setup.py py2app') \ No newline at end of file