Globals/__init__.py

changeset 1363
d650915a903c
parent 1221
291dc0a51947
child 1509
c0b5e693b0eb
--- a/Globals/__init__.py	Sat Oct 08 18:15:45 2011 +0200
+++ b/Globals/__init__.py	Sat Oct 08 18:16:04 2011 +0200
@@ -76,11 +76,8 @@
                 interpreter = os.path.join(path, exe)
                 if os.path.isfile(interpreter):
                     interpreters.append(interpreter)
-##    elif isMacPlatform():
-##        # don't know how to do this due to lack of a Mac
-##        pass
     else:
-        # search interpreters on Posix platforms
+        # search interpreters on Posix and Mac platforms
         for path in posixPathList:
             for version in posixVersionsList:
                 interpreter = os.path.join(path, "python{0}".format(version))

eric ide

mercurial