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.capabilities.bank import Account
|
||||
|
||||
from weboob.tools.exceptions import BrowserIncorrectPassword
|
||||
from weboob.core.exceptions import BrowserIncorrectPassword
|
||||
from weboob.browser2 import LoginBrowser, URL, need_login
|
||||
|
||||
from .pages import LoginPage, IndexPage, OperationsPage
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ from weboob.tools.captcha.virtkeyboard import MappedVirtKeyboard, VirtKeyboardEr
|
|||
from weboob.browser2.page import HTMLPage, method, LoggedPage, pagination
|
||||
from weboob.browser2.elements import ListElement, ItemElement
|
||||
from weboob.browser2.filters.standard import Env, CleanDecimal
|
||||
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