added tornado.netutil and tornado.stack_context to doc mock modules

This commit is contained in:
Jacob Hammons 2016-01-19 14:03:27 -07:00
parent 1695bbe9d7
commit 238ccba640

View File

@ -89,7 +89,9 @@ MOCK_MODULES = [
'tornado.httputil',
'tornado.ioloop',
'tornado.iostream',
'tornado.netutil',
'tornado.simple_httpclient',
'tornado.stack_context',
'tornado.web',
'tornado.websocket',