Fix missing URL import in base boilerplate
This commit is contained in:
parent
0ed7ed2b2d
commit
7f159cf20d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<%inherit file="layout.py"/>
|
<%inherit file="layout.py"/>
|
||||||
from weboob.tools.browser2 import PagesBrowser
|
from weboob.tools.browser2 import PagesBrowser, URL
|
||||||
|
|
||||||
from .pages import Page1, Page2
|
from .pages import Page1, Page2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue