mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
whitespace normalization
This commit is contained in:
parent
a146feaa10
commit
d916142343
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue