add __all__ variable to many modules
This commit is contained in:
parent
8638024756
commit
cebcead318
10 changed files with 38 additions and 2 deletions
|
|
@ -24,7 +24,11 @@ from logging import warning
|
|||
from weboob.modules import ModulesLoader, BackendsConfig
|
||||
from weboob.scheduler import Scheduler
|
||||
|
||||
class Weboob:
|
||||
|
||||
__all__ = ['Weboob']
|
||||
|
||||
|
||||
class Weboob(object):
|
||||
WORKDIR = os.path.join(os.path.expanduser('~'), '.weboob')
|
||||
BACKENDS_FILENAME = 'backends'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue