Commit 7eb4bf07 authored by Mark Peek's avatar Mark Peek

pep8

parent dc3e07c2
......@@ -16,7 +16,7 @@ class TestWithTimeout (unittest.TestCase):
def go():
print "timer"
with self.assertRaises(coro.TimeoutError):
#coro.with_timeout(2, coro.sleep_relative, 4)
# coro.with_timeout(2, coro.sleep_relative, 4)
coro.with_timeout(2, coro.waitpid, os.getpid())
print "foo"
......
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