Move exceptions to weboob.core.exceptions
This commit is contained in:
parent
a019819f9d
commit
9949bbf919
35 changed files with 34 additions and 34 deletions
|
|
@ -22,7 +22,7 @@ import ssl
|
|||
from datetime import timedelta
|
||||
|
||||
from weboob.tools.date import LinearDateGuesser
|
||||
from weboob.tools.exceptions import BrowserIncorrectPassword
|
||||
from weboob.core.exceptions import BrowserIncorrectPassword
|
||||
from weboob.browser2 import LoginBrowser, URL, need_login
|
||||
from .pages import AccountsPage, CBOperationPage, CPTOperationPage, LoginPage
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from weboob.capabilities import NotAvailable
|
|||
from weboob.capabilities.bank import Account
|
||||
from weboob.tools.capabilities.bank.transactions import FrenchTransaction
|
||||
|
||||
from weboob.tools.exceptions import BrowserIncorrectPassword
|
||||
from weboob.core.exceptions import BrowserIncorrectPassword
|
||||
from weboob.browser2.elements import ListElement, ItemElement, SkipItem
|
||||
from weboob.browser2.page import HTMLPage, method, LoggedPage, pagination
|
||||
from weboob.browser2.filters.standard import Filter, Env, CleanText, CleanDecimal, Field, DateGuesser, TableCell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue