Commit 77d57a7e authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

fakessh: Remove colon causing SyntaxError

fixes #58
parent 658806bd
......@@ -165,7 +165,7 @@ class Process(object):
# variants of libc thread operations cannot be interrupted e.g. via
# KeyboardInterrupt. isSet() test and wait() are separate since in
# <2.7 wait() always returns None.
self.wake_event.wait(0.1):
self.wake_event.wait(0.1)
@mitogen.core.takes_router
......
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