Move exceptions to weboob.core.exceptions

This commit is contained in:
Florent 2014-10-02 11:04:14 +02:00
commit 9949bbf919
35 changed files with 34 additions and 34 deletions

View file

@ -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

View file

@ -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):