summaryrefslogtreecommitdiff
path: root/testlib.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-22 11:21:36 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-22 11:21:36 +0100
commitd85bbf8300eefb13f6b0c31f8eec7792a873a738 (patch)
tree2e56607f91678d32adedca2783a1c8a897cada2a /testlib.py
parent7c554f40aa1f4c8d99e742fa1088db2756a110ee (diff)
downloadlogilab-common-d85bbf8300eefb13f6b0c31f8eec7792a873a738.tar.gz
fix tests
Diffstat (limited to 'testlib.py')
-rw-r--r--testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testlib.py b/testlib.py
index ed18cff..cb6c0b5 100644
--- a/testlib.py
+++ b/testlib.py
@@ -86,7 +86,7 @@ except ImportError:
test_support = TestSupport()
# pylint: disable=W0622
-from logilab.common.compat import set, any, sorted, InheritableSet, callable
+from logilab.common.compat import any, InheritableSet, callable
# pylint: enable=W0622
from logilab.common.debugger import Debugger, colorize_source
from logilab.common.decorators import cached, classproperty