Update BrowserIncorrectPassword import
This commit is contained in:
parent
7be9a6468b
commit
e32a45b187
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ import time
|
|||
import logging
|
||||
from weboob.core import Weboob, CallErrors
|
||||
from weboob.capabilities.bank import CapBank
|
||||
from weboob.tools.browser import BrowserIncorrectPassword
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
|
||||
class BoobankMuninPlugin(object):
|
||||
def __init__(self):
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ import time
|
|||
import logging
|
||||
from weboob.capabilities.base import NotAvailable
|
||||
from weboob.core import Weboob, CallErrors
|
||||
from weboob.tools.browser import BrowserIncorrectPassword
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
|
||||
|
||||
class GenericMuninPlugin(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue