Commit 8705629e authored by Denis Bilenko's avatar Denis Bilenko

test__all__.py: check gevent.subprocess

parent 58a54df4
......@@ -9,8 +9,8 @@ MAPPING = {'gevent.local': '_threading_local',
'gevent.socket': 'socket',
'gevent.select': 'select',
'gevent.ssl': 'ssl',
'gevent.thread': 'thread'}
'gevent.thread': 'thread',
'gevent.subprocess': 'subprocess'}
class ANY(object):
......
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