add __all__ variable to many modules
This commit is contained in:
parent
8638024756
commit
cebcead318
10 changed files with 38 additions and 2 deletions
|
|
@ -30,6 +30,10 @@ import weboob.backends
|
|||
from weboob.backend import BaseBackend
|
||||
from weboob.capabilities.cap import ICap
|
||||
|
||||
|
||||
__all__ = ['Module']
|
||||
|
||||
|
||||
class Module:
|
||||
def __init__(self, name, module):
|
||||
self.name = name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue