]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Tue, 16 May 2006 23:22:20 +0000 (23:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 16 May 2006 23:22:20 +0000 (23:22 +0000)
Lib/plat-mac/bundlebuilder.py
Mac/OSX/IDLE/idlemain.py

index aac92bd636afdb92eb4926bd07b35dc1db8f6943..266b8455a0f45d3d9874bb9c920243eebc4ead56 100755 (executable)
@@ -150,7 +150,7 @@ class BundleBuilder(Defaults):
         bp = self.bundlepath
 
         # Create the app bundle in a temporary location and then
-        # rename the completed bundle. This way the Finder will 
+        # rename the completed bundle. This way the Finder will
         # never see an incomplete bundle (where it might pick up
         # and cache the wrong meta data)
         self.bundlepath = bp + '~'
index b7a3c0430ea5823bd50cbff11f15d2f61fe247f4..ace3950dfa88e18e212037e7f35d6b669a1c688f 100644 (file)
@@ -2,7 +2,7 @@ import argvemulator
 from idlelib.PyShell import main
 import sys, os
 
-# Make sure sys.executable points to the python interpreter inside the 
+# Make sure sys.executable points to the python interpreter inside the
 # framework, instead of at the helper executable inside the application
 # bundle (the latter works, but doesn't allow access to the window server)
 sys.executable = os.path.join(sys.prefix, 'bin', 'python')
@@ -16,4 +16,4 @@ for idx, value in enumerate(sys.argv):
 
 argvemulator.ArgvCollector().mainloop()
 if __name__ == '__main__':
-        main()
+    main()