summaryrefslogtreecommitdiff
path: root/Lib/test/test_httpservers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_httpservers.py')
-rw-r--r--Lib/test/test_httpservers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py
index 5aa4af42d5..6a93800a20 100644
--- a/Lib/test/test_httpservers.py
+++ b/Lib/test/test_httpservers.py
@@ -15,10 +15,10 @@ import shutil
import urllib.parse
import http.client
import tempfile
-import threading
import unittest
from test import support
+threading = support.import_module('threading')
class NoLogRequestHandler:
def log_message(self, *args):