[Python-checkins] r46728 - in python/trunk/Mac: BuildScript/build-installer.py scripts/BuildApplet.py

tim.peters python-checkins at python.org
Wed Jun 7 22:40:06 CEST 2006


Author: tim.peters
Date: Wed Jun  7 22:40:06 2006
New Revision: 46728

Modified:
   python/trunk/Mac/BuildScript/build-installer.py
   python/trunk/Mac/scripts/BuildApplet.py
Log:
Whitespace normalization.


Modified: python/trunk/Mac/BuildScript/build-installer.py
==============================================================================
--- python/trunk/Mac/BuildScript/build-installer.py	(original)
+++ python/trunk/Mac/BuildScript/build-installer.py	Wed Jun  7 22:40:06 2006
@@ -232,7 +232,7 @@
         name="PythonSystemFixes",
         long_name="Fix system Python",
         readme="""\
-            This package updates the system python installation on 
+            This package updates the system python installation on
             Mac OS X 10.3 to ensure that you can build new python extensions
             using that copy of python after installing this version of
             python.

Modified: python/trunk/Mac/scripts/BuildApplet.py
==============================================================================
--- python/trunk/Mac/scripts/BuildApplet.py	(original)
+++ python/trunk/Mac/scripts/BuildApplet.py	Wed Jun  7 22:40:06 2006
@@ -21,7 +21,7 @@
     # sys.executable points inside the current application bundle. Because this
     # path contains blanks (two of them actually) this path isn't usable on
     # #! lines. Reset sys.executable to point to the embedded python interpreter
-    sys.executable = os.path.join(sys.prefix, 
+    sys.executable = os.path.join(sys.prefix,
             'Resources/Python.app/Contents/MacOS/Python')
 
     # Just in case we're not in a framework:


More information about the Python-checkins mailing list