move remove_html_tags function into weboob.tools.misc
This commit is contained in:
parent
0e5089c2c0
commit
ba6f31dac8
3 changed files with 7 additions and 14 deletions
|
|
@ -346,7 +346,6 @@ class BaseBrowser(mechanize.Browser):
|
|||
self.page = None
|
||||
raise self.get_exception(e)(e)
|
||||
except (mechanize.BrowserStateError, BrowserRetry), e:
|
||||
self.home()
|
||||
raise BrowserUnavailable(e)
|
||||
|
||||
def is_on_page(self, pageCls):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue