[Python-checkins] cpython (2.7): remove unused import

benjamin.peterson python-checkins at python.org
Sat Feb 4 01:09:43 CET 2012


http://hg.python.org/cpython/rev/6fb2eb6398bf
changeset:   74748:6fb2eb6398bf
branch:      2.7
parent:      74745:e5f2c04055a2
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Feb 03 19:07:30 2012 -0500
summary:
  remove unused import

files:
  Lib/threading.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/threading.py b/Lib/threading.py
--- a/Lib/threading.py
+++ b/Lib/threading.py
@@ -12,7 +12,6 @@
 
 from time import time as _time, sleep as _sleep
 from traceback import format_exc as _format_exc
-from collections import deque
 
 # Note regarding PEP 8 compliant aliases
 #  This threading model was originally inspired by Java, and inherited

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


More information about the Python-checkins mailing list