Put back wrongly removed __all__
This commit is contained in:
parent
3da02fde24
commit
4d63955cb5
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ from weboob.tools.backend import BaseBackend
|
|||
from weboob.tools.log import getLogger
|
||||
|
||||
|
||||
__all__ = ['Module', 'ModulesLoader', 'RepositoryModulesLoader', 'ModuleLoadError']
|
||||
|
||||
|
||||
class ModuleLoadError(Exception):
|
||||
def __init__(self, module_name, msg):
|
||||
Exception.__init__(self, msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue