mirror of https://github.com/python/cpython
test_wsgiref: add missing import (support)
This commit is contained in:
parent
22f2c0e215
commit
a7b76e0cbe
|
@ -15,6 +15,8 @@ import re
|
|||
import sys
|
||||
import unittest
|
||||
|
||||
from test import support
|
||||
|
||||
|
||||
class MockServer(WSGIServer):
|
||||
"""Non-socket HTTP server"""
|
||||
|
|
Loading…
Reference in New Issue