Move exceptions to weboob.core.exceptions
This commit is contained in:
parent
a019819f9d
commit
9949bbf919
35 changed files with 34 additions and 34 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
from weboob.browser2 import LoginBrowser, need_login, URL
|
||||
from weboob.tools.exceptions import BrowserIncorrectPassword
|
||||
from weboob.core.exceptions import BrowserIncorrectPassword
|
||||
|
||||
from .pages import LoginPage, IndexPage, AccountsPage, OperationsPage
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ from weboob.browser2.filters.standard import CleanText, Regexp, CleanDecimal, En
|
|||
from weboob.browser2.filters.html import Attr
|
||||
from weboob.tools.captcha.virtkeyboard import MappedVirtKeyboard, VirtKeyboardError
|
||||
from weboob.tools.capabilities.bank.transactions import FrenchTransaction
|
||||
from weboob.tools.exceptions import ParseError
|
||||
from weboob.core.exceptions import ParseError
|
||||
|
||||
|
||||
class Transaction(FrenchTransaction):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue