Move exceptions to weboob.core.exceptions
This commit is contained in:
parent
a019819f9d
commit
9949bbf919
35 changed files with 34 additions and 34 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.browser2 import LoginBrowser, URL, need_login
|
||||
from weboob.tools.exceptions import BrowserIncorrectPassword
|
||||
from weboob.core.exceptions import BrowserIncorrectPassword
|
||||
from .pages import HomePage, LoginPage, HistoryPage, DetailsPage
|
||||
|
||||
__all__ = ['Freemobile']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue