Fix missing URL import in base boilerplate

This commit is contained in:
Vincent A 2014-04-04 00:56:29 +02:00
commit 7f159cf20d

View file

@ -1,5 +1,5 @@
<%inherit file="layout.py"/>
from weboob.tools.browser2 import PagesBrowser
from weboob.tools.browser2 import PagesBrowser, URL
from .pages import Page1, Page2