Commit a7b76e0c authored by Victor Stinner's avatar Victor Stinner

test_wsgiref: add missing import (support)

parent 22f2c0e2
......@@ -15,6 +15,8 @@ import re
import sys
import unittest
from test import support
class MockServer(WSGIServer):
"""Non-socket HTTP server"""
......
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