rename parser/parsers module, add get_parsers() with preference_order

This commit is contained in:
Christophe Benz 2010-04-16 18:00:44 +02:00
commit 8638024756
13 changed files with 104 additions and 70 deletions

View file

@ -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