]> granicus.if.org Git - python/commitdiff
Whitespace Normalization
authorKurt B. Kaiser <kbk@shore.net>
Mon, 26 May 2003 22:20:34 +0000 (22:20 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 26 May 2003 22:20:34 +0000 (22:20 +0000)
Modified Files: PyShell.py ScriptBinding.py buildapp.py

Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/buildapp.py

index f90d31f264222aaa9ff4dc37b7f3f706e599b209..ed353c95f40536ef59bfa1e9de1e631d5f4e03f4 100644 (file)
@@ -303,7 +303,7 @@ class MyRPCClient(rpc.RPCClient):
         "Override the base class - just re-raise EOFError"
         raise EOFError
 
-    
+
 class ModifiedInterpreter(InteractiveInterpreter):
 
     def __init__(self, tkconsole):
index 00f533bf0df6b888758219cc9bc4bbc6c8419e76..0a929141d996d95b3a3d40a34d317739f2859316 100644 (file)
@@ -149,7 +149,7 @@ class ScriptBinding:
 
         If the user has configured IDLE for Autosave, the file will be
         silently saved if it already exists and is dirty.
-        
+
         """
         filename = self.editwin.io.filename
         if not self.editwin.get_saved():
index a67cceac6f499770cce1fd2548d7d09d7cfb3d8b..672eb1e5f35ddf96015abe855bf6367defa9d996 100644 (file)
@@ -1,5 +1,5 @@
 #
-# After running python setup.py install, run this program from the command 
+# After running python setup.py install, run this program from the command
 # line like so:
 #
 # % python2.3 buildapp.py build
@@ -10,8 +10,8 @@
 from bundlebuilder import buildapp
 
 buildapp(
-       name="IDLE",
-       mainprogram="idle.py",
-       argv_emulation=1,
-       iconfile="Icons/idle.icns",
+        name="IDLE",
+        mainprogram="idle.py",
+        argv_emulation=1,
+        iconfile="Icons/idle.icns",
 )