]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Wed, 7 Jun 2006 20:40:06 +0000 (20:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 7 Jun 2006 20:40:06 +0000 (20:40 +0000)
Mac/BuildScript/build-installer.py
Mac/scripts/BuildApplet.py

index 1305c0c47ddab5892367144b240ca159559eba59..05afe98babf080aa239f1fc382efa6e0d276ce01 100755 (executable)
@@ -232,7 +232,7 @@ PKG_RECIPES=[
         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.
index ae5e3a3270d0ab215dce24ac2833a7d2960a2bc4..e71ebc1261f0731715adc60535752c32f5a3175d 100644 (file)
@@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix):
     # 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: