[Python-checkins] cpython (3.2): whitespace

terry.reedy python-checkins at python.org
Tue Jan 31 08:59:30 CET 2012


http://hg.python.org/cpython/rev/89b699e68fa2
changeset:   74696:89b699e68fa2
branch:      3.2
parent:      74693:1993aa091d89
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Jan 31 02:57:29 2012 -0500
summary:
  whitespace

files:
  Lib/idlelib/PyShell.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -494,7 +494,7 @@
             path.extend(sys.path)
         else:
             path = sys.path
-            
+
         self.runcommand("""if 1:
         import sys as _sys
         _sys.path = %r

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list