Import exceptions from weboob.exceptions
This commit is contained in:
parent
724a18873b
commit
2ab2e68cc4
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ import re
|
|||
import urllib
|
||||
import urllib2
|
||||
|
||||
from weboob.deprecated.browser import Browser, BrowserIncorrectPassword, BrowserHTTPNotFound, BrowserUnavailable
|
||||
from weboob.exceptions import BrowserIncorrectPassword, BrowserHTTPNotFound, BrowserUnavailable
|
||||
from weboob.deprecated.browser import Browser
|
||||
from weboob.browser.browsers import LoginBrowser
|
||||
from weboob.browser.pages import HTMLPage
|
||||
from weboob.browser.filters.standard import CleanText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue