print an error if a specified backend is not enabled or existant

This commit is contained in:
Romain Bignon 2011-06-30 15:24:51 +02:00
commit 2804867a97
2 changed files with 10 additions and 8 deletions

View file

@ -33,11 +33,7 @@ from weboob.tools.backend import ObjectNotAvailable
from weboob.tools.log import createColoredFormatter, getLogger
__all__ = ['BackendNotFound', 'BaseApplication']
class BackendNotFound(Exception):
pass
__all__ = ['BaseApplication']
class ApplicationStorage(object):