Remove TestCase export

This commit is contained in:
Florent 2014-09-03 14:51:54 +02:00
commit e110e18841

View file

@ -24,7 +24,7 @@ from nose.plugins.skip import SkipTest
from weboob.core import Weboob
__all__ = ['TestCase', 'BackendTest']
__all__ = ['BackendTest']
class BackendTest(TestCase):