changeset 236:960b782f0a64

* minor os/x fixes
author Chris Cannam
date Sun, 09 Jan 2011 10:08:42 +0000
parents 2f4d401ce47c
children c9a7e4ec2f78
files deploy/osx/Info.plist easyhg.py
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/Info.plist	Fri Jan 07 21:58:38 2011 +0000
+++ b/deploy/osx/Info.plist	Sun Jan 09 10:08:42 2011 +0000
@@ -14,7 +14,5 @@
 	<string>org.easymercurial.EasyMercurial</string>
 	<key>CFBundleShortVersionString</key>
 	<string>EASYHG_VERSION</string>
-	<key>CFBundleExecutable</key>
-	<string>EasyMercurial</string>
 </dict>
 </plist>
--- a/easyhg.py	Fri Jan 07 21:58:38 2011 +0000
+++ b/easyhg.py	Sun Jan 09 10:08:42 2011 +0000
@@ -36,7 +36,7 @@
 easyhg_pyqt_ok = True
 try:
     from PyQt4 import QtGui
-except ImportError as err:
+except ImportError:
     easyhg_pyqt_ok = False
 
 easyhg_qtapp = None