From 86e8c31b8da163eb1f412c68ef96c2a4fda7adcf Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 29 Sep 2015 23:50:19 +0200 Subject: Issue #25220, libregrtest: Remove unused import --- Lib/test/libregrtest/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/test/libregrtest/main.py b/Lib/test/libregrtest/main.py index ee1591d..306beb8 100644 --- a/Lib/test/libregrtest/main.py +++ b/Lib/test/libregrtest/main.py @@ -19,10 +19,6 @@ try: import gc except ImportError: gc = None -try: - import threading -except ImportError: - threading = None # When tests are run from the Python build directory, it is best practice -- cgit v0.12