]> granicus.if.org Git - python/commitdiff
Issue #25220, libregrtest: Remove unused import
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 21:50:19 +0000 (23:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 21:50:19 +0000 (23:50 +0200)
Lib/test/libregrtest/main.py

index ee1591df5f8b4fd64f7a47b08d0b64869199a4ff..306beb81fc7a2817c28413206b6f420b8b4b1a57 100644 (file)
@@ -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