summaryrefslogtreecommitdiff
path: root/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'testlib.py')
-rw-r--r--testlib.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/testlib.py b/testlib.py
index a789178..be20874 100644
--- a/testlib.py
+++ b/testlib.py
@@ -82,14 +82,6 @@ except ImportError:
callable.__name__ = wrapped.__name__
return callable
return proxy
-try:
- from test import test_support
-except ImportError:
- # not always available
- class TestSupport:
- def unload(self, test):
- pass
- test_support = TestSupport()
from logilab.common.debugger import Debugger, colorize_source
from logilab.common.decorators import cached, classproperty