Kaydet (Commit) 8d1f11b0 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Whitespace Normalization

Modified Files:	PyShell.py ScriptBinding.py buildapp.py
üst 3d5cbea2
...@@ -303,7 +303,7 @@ class MyRPCClient(rpc.RPCClient): ...@@ -303,7 +303,7 @@ class MyRPCClient(rpc.RPCClient):
"Override the base class - just re-raise EOFError" "Override the base class - just re-raise EOFError"
raise EOFError raise EOFError
class ModifiedInterpreter(InteractiveInterpreter): class ModifiedInterpreter(InteractiveInterpreter):
def __init__(self, tkconsole): def __init__(self, tkconsole):
......
...@@ -149,7 +149,7 @@ class ScriptBinding: ...@@ -149,7 +149,7 @@ class ScriptBinding:
If the user has configured IDLE for Autosave, the file will be If the user has configured IDLE for Autosave, the file will be
silently saved if it already exists and is dirty. silently saved if it already exists and is dirty.
""" """
filename = self.editwin.io.filename filename = self.editwin.io.filename
if not self.editwin.get_saved(): if not self.editwin.get_saved():
......
# #
# 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: # line like so:
# #
# % python2.3 buildapp.py build # % python2.3 buildapp.py build
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
from bundlebuilder import buildapp from bundlebuilder import buildapp
buildapp( buildapp(
name="IDLE", name="IDLE",
mainprogram="idle.py", mainprogram="idle.py",
argv_emulation=1, argv_emulation=1,
iconfile="Icons/idle.icns", iconfile="Icons/idle.icns",
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment