summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-07-06 21:53:27 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-07-06 21:53:27 (GMT)
commitd91614234375621f3b78cb9c8c5a58b77c961fe8 (patch)
tree32481204d6bf626d2cc5e65b64e989761cdef5b0 /Lib/idlelib
parenta146feaa10f2f18a89a3fa21d04579b5c2bf6969 (diff)
downloadcpython-d91614234375621f3b78cb9c8c5a58b77c961fe8.zip
cpython-d91614234375621f3b78cb9c8c5a58b77c961fe8.tar.gz
cpython-d91614234375621f3b78cb9c8c5a58b77c961fe8.tar.bz2
whitespace normalization
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/PyShell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index 0ee70d9..5b920b2 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -834,8 +834,8 @@ class PyShell(OutputWindow):
closing = False
def set_warning_stream(self, stream):
- global warning_stream
- warning_stream = stream
+ global warning_stream
+ warning_stream = stream
def get_warning_stream(self):
return warning_stream