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,6 +24,10 @@ from optparse import OptionParser
|
|||
|
||||
from weboob import Weboob
|
||||
|
||||
|
||||
__all__ = ['BaseApplication']
|
||||
|
||||
|
||||
class BaseApplication(object):
|
||||
# Application name
|
||||
APPNAME = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue