boilerplate: Remove useless __all__
This commit is contained in:
parent
0283597283
commit
174b5674c1
2 changed files with 0 additions and 6 deletions
|
|
@ -4,9 +4,6 @@ from weboob.tools.browser2 import PagesBrowser, URL
|
||||||
from .pages import Page1, Page2
|
from .pages import Page1, Page2
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['${r.classname}Browser']
|
|
||||||
|
|
||||||
|
|
||||||
class ${r.classname}Browser(PagesBrowser):
|
class ${r.classname}Browser(PagesBrowser):
|
||||||
BASEURL = 'http://www.${r.name}.com'
|
BASEURL = 'http://www.${r.name}.com'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,6 @@
|
||||||
from weboob.tools.browser2 import HTMLPage
|
from weboob.tools.browser2 import HTMLPage
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['Page1', 'Page2']
|
|
||||||
|
|
||||||
|
|
||||||
class Page1(HTMLPage):
|
class Page1(HTMLPage):
|
||||||
def do_stuff(self, _id):
|
def do_stuff(self, _id):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue