Add BrowserBanned in import
This commit is contained in:
parent
8c6709ba47
commit
6a7bc0924d
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
import urllib
|
import urllib
|
||||||
|
|
||||||
from weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword, BrowserUnavailable
|
from weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword, BrowserUnavailable,\
|
||||||
|
BrowserBanned
|
||||||
from weboob.tools.browser.decorators import id2url
|
from weboob.tools.browser.decorators import id2url
|
||||||
|
|
||||||
#from .pages.index import IndexPage
|
#from .pages.index import IndexPage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue