summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_wsgiref.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py
index 638c432..4076b68 100644
--- a/Lib/test/test_wsgiref.py
+++ b/Lib/test/test_wsgiref.py
@@ -15,6 +15,8 @@ import re
import sys
import unittest
+from test import support
+
class MockServer(WSGIServer):
"""Non-socket HTTP server"""