print an error if a specified backend is not enabled or existant
This commit is contained in:
parent
f99c6b31a8
commit
2804867a97
2 changed files with 10 additions and 8 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue