Commit d019fc6a authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: add a comment

parent 5c27926c
#!/usr/bin/env python
import gevent
gevent.get_hub('select')
gevent.get_hub('select') # this is just to make sure we don't pass any fds to children
from gevent import monkey; monkey.patch_all()
import sys
import os
......
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