whitespace normalization

This commit is contained in:
Skip Montanaro 2004-07-06 21:53:27 +00:00
parent a146feaa10
commit d916142343
1 changed files with 2 additions and 2 deletions

View File

@ -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