From: Skip Montanaro Date: Tue, 6 Jul 2004 21:53:27 +0000 (+0000) Subject: whitespace normalization X-Git-Tag: v2.4a1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d91614234375621f3b78cb9c8c5a58b77c961fe8;p=python whitespace normalization --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 0ee70d9f86..5b920b2049 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