mirror of
https://github.com/python/cpython.git
synced 2024-12-24 01:05:10 +08:00
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
Block a user