boilerplate: Fix import, fix PEP8/isort
This commit is contained in:
parent
a7dcf82ec0
commit
dbce17085e
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ from weboob.tools.backend import Module
|
|||
|
||||
from .browser import ${r.classname}Browser
|
||||
|
||||
|
||||
__all__ = ['${r.classname}Module']
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<%inherit file="layout.py"/>
|
||||
from weboob.browser import HTMLPage
|
||||
from weboob.browser.pages import HTMLPage
|
||||
|
||||
|
||||
class Page1(HTMLPage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue