Remove import of browser1 in BaseApplication
This commit is contained in:
parent
4a9cee1126
commit
f7cd0abc3b
3 changed files with 8 additions and 8 deletions
|
|
@ -352,7 +352,7 @@ class BaseApplication(object):
|
|||
if not self.options.debug and not self.options.save_responses:
|
||||
warnings.simplefilter('ignore', category=ConversionWarning)
|
||||
try:
|
||||
from weboob.tools.browser.browser import FormFieldConversionWarning
|
||||
from weboob.tools.exceptions import FormFieldConversionWarning
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue