Move exceptions to weboob.core.exceptions
This commit is contained in:
parent
a019819f9d
commit
9949bbf919
35 changed files with 34 additions and 34 deletions
|
|
@ -27,7 +27,7 @@ from datetime import datetime, timedelta
|
|||
|
||||
from weboob.tools.compat import basestring
|
||||
from weboob.browser2 import LoginBrowser, URL, Wget, need_login
|
||||
from weboob.tools.exceptions import BrowserIncorrectPassword
|
||||
from weboob.core.exceptions import BrowserIncorrectPassword
|
||||
from weboob.capabilities.bank import Transfer, TransferError
|
||||
|
||||
from .pages import LoginPage, LoginErrorPage, AccountsPage, UserSpacePage, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue