mirror of
https://github.com/python/cpython.git
synced 2025-10-14 02:43:49 +00:00
Whitespace normalization.
This commit is contained in:
parent
c601e0fa0b
commit
00afb07490
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class TestCase(unittest.TestCase):
|
||||||
sys.stdout = sys.__stdout__
|
sys.stdout = sys.__stdout__
|
||||||
sys.stderr = sys.__stderr__
|
sys.stderr = sys.__stderr__
|
||||||
atexit._exithandlers = save_handlers
|
atexit._exithandlers = save_handlers
|
||||||
|
|
||||||
### helpers
|
### helpers
|
||||||
def h1(self):
|
def h1(self):
|
||||||
print "h1"
|
print "h1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue