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

pep8

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