uninstall.py

changeset 3955
9c3e54d351e2
parent 3948
6c3720179d6b
child 3989
2d9778d49159
--- a/uninstall.py	Sun Nov 30 12:03:42 2014 +0100
+++ b/uninstall.py	Mon Dec 01 12:12:26 2014 +0100
@@ -185,7 +185,7 @@
             except AttributeError:
                 macAppBundlePath = defaultMacAppBundlePath
                 macAppBundleName = defaultMacAppBundleName
-            for bundlePath in [os.path.join(defaultMacAppBundleName,
+            for bundlePath in [os.path.join(defaultMacAppBundlePath,
                                             macAppBundleName),
                                os.path.join(macAppBundlePath,
                                             macAppBundleName),

eric ide

mercurial