test_wsgiref: add missing import (support)

This commit is contained in:
Victor Stinner 2015-09-03 12:14:25 +02:00
parent 22f2c0e215
commit a7b76e0cbe
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ import re
import sys
import unittest
from test import support
class MockServer(WSGIServer):
"""Non-socket HTTP server"""