Move exceptions to weboob.core.exceptions
This commit is contained in:
parent
a019819f9d
commit
9949bbf919
35 changed files with 34 additions and 34 deletions
|
|
@ -31,7 +31,7 @@ from contextlib import closing
|
|||
from compileall import compile_dir
|
||||
from io import BytesIO
|
||||
|
||||
from weboob.tools.exceptions import BrowserHTTPError, BrowserHTTPNotFound
|
||||
from weboob.core.exceptions import BrowserHTTPError, BrowserHTTPNotFound
|
||||
from .modules import LoadedModule
|
||||
from weboob.tools.log import getLogger
|
||||
from weboob.tools.misc import to_unicode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue