summaryrefslogtreecommitdiff
path: root/test/testlib/engines.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testlib/engines.py')
-rw-r--r--test/testlib/engines.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testlib/engines.py b/test/testlib/engines.py
index 69f5f1865..73ac80632 100644
--- a/test/testlib/engines.py
+++ b/test/testlib/engines.py
@@ -1,6 +1,7 @@
import sys, types, weakref
+from collections import deque
from testlib import config
-from testlib.compat import set, _function_named, deque
+from testlib.compat import _function_named
class ConnectionKiller(object):
def __init__(self):