Issue #25220, libregrtest: Remove unused import

This commit is contained in:
Victor Stinner 2015-09-29 23:50:19 +02:00
parent 6448b8041a
commit 86e8c31b8d

View 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