Commit 5321b1b4 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 7f649c77
......@@ -31,4 +31,3 @@ def contextmanager(func):
def helper(*args, **kwds):
return GeneratorContextManager(func(*args, **kwds))
return helper
......@@ -38,4 +38,3 @@ class nested(object):
self.entered = None
if ex is not exc_info:
raise ex[0], ex[1], ex[2]
......@@ -176,4 +176,3 @@ eval_results = [
('Expression', ('Tuple', [('Num', 1), ('Num', 2), ('Num', 3)], ('Load',))),
]
run_tests()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment