diff --git a/weboob/tools/test.py b/weboob/tools/test.py index 65b175a2..a9f2c3cd 100644 --- a/weboob/tools/test.py +++ b/weboob/tools/test.py @@ -24,7 +24,7 @@ from nose.plugins.skip import SkipTest from weboob.core import Weboob -__all__ = ['TestCase', 'BackendTest'] +__all__ = ['BackendTest'] class BackendTest(TestCase):