boilerplate: Remove useless __all__

This commit is contained in:
Laurent Bachelier 2014-09-09 18:50:24 +02:00
commit 174b5674c1
2 changed files with 0 additions and 6 deletions

View file

@ -4,9 +4,6 @@ from weboob.tools.browser2 import PagesBrowser, URL
from .pages import Page1, Page2
__all__ = ['${r.classname}Browser']
class ${r.classname}Browser(PagesBrowser):
BASEURL = 'http://www.${r.name}.com'