rename parser/parsers module, add get_parsers() with preference_order
This commit is contained in:
parent
54cc3b0a4a
commit
8638024756
13 changed files with 104 additions and 70 deletions
|
|
@ -22,7 +22,7 @@ import time
|
|||
from logging import warning
|
||||
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
from weboob.tools.parser import Html5libParser
|
||||
from weboob.tools.parsers.html5libparser import Html5libParser
|
||||
|
||||
from weboob.backends.aum.exceptions import AdopteWait
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue