boilerplate: Fix import, fix PEP8/isort

This commit is contained in:
Laurent Bachelier 2014-11-16 00:55:59 +01:00 committed by Romain Bignon
commit dbce17085e
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ from weboob.tools.backend import Module
from .browser import ${r.classname}Browser
__all__ = ['${r.classname}Module']

View file

@ -1,5 +1,5 @@
<%inherit file="layout.py"/>
from weboob.browser import HTMLPage
from weboob.browser.pages import HTMLPage
class Page1(HTMLPage):