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 weboob.capabilities import NotAvailable, NotLoaded
|
|||
from weboob.tools.misc import to_unicode
|
||||
from weboob.tools.log import getLogger
|
||||
|
||||
from weboob.tools.exceptions import ParseError
|
||||
from weboob.core.exceptions import ParseError
|
||||
from weboob.browser2.elements import TableElement, ItemElement
|
||||
from weboob.browser2.filters.standard import Filter, CleanText, CleanDecimal, TableCell
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue