[Python-checkins] cpython: Issue #25220, libregrtest: Remove unused import

victor.stinner python-checkins at python.org
Tue Sep 29 23:56:30 CEST 2015


https://hg.python.org/cpython/rev/2c53c8dcde3f
changeset:   98420:2c53c8dcde3f
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Sep 29 23:50:19 2015 +0200
summary:
  Issue #25220, libregrtest: Remove unused import

files:
  Lib/test/libregrtest/main.py |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Lib/test/libregrtest/main.py b/Lib/test/libregrtest/main.py
--- a/Lib/test/libregrtest/main.py
+++ b/Lib/test/libregrtest/main.py
@@ -19,10 +19,6 @@
     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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list