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

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


http://hg.python.org/cpython/rev/9eb5fec8674b
changeset:   74749:9eb5fec8674b
branch:      3.2
parent:      74746:5eb47e1732a0
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
@@ -5,7 +5,6 @@
 
 from time import time as _time, sleep as _sleep
 from traceback import format_exc as _format_exc
-from collections import deque
 from _weakrefset import WeakSet
 
 # Note regarding PEP 8 compliant names

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


More information about the Python-checkins mailing list