unused import

This commit is contained in:
Geoff Salmon
2012-02-06 08:18:09 -05:00
parent c3953d4b60
commit de41585d2b

View File

@@ -9,7 +9,6 @@ __patched__ = ['Context', 'Socket']
slurp_properties(__zmq__, globals(), ignore=__patched__)
from collections import deque
from types import MethodType
class _QueueLock(object):
"""A Lock that can be acquired by at most one thread. Any other