mirror of https://github.com/python/cpython.git
whitespace normalization
This commit is contained in:
parent
a146feaa10
commit
d916142343
|
@ -834,8 +834,8 @@ def get_standard_extension_names(self):
|
|||
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…
Reference in New Issue