Move the import oh html2text outside of misc

This commit is contained in:
Florent 2014-07-09 11:43:14 +02:00
commit 1daa866949
20 changed files with 57 additions and 32 deletions

View file

@ -28,7 +28,7 @@ from dateutil.parser import parse as parse_date
from weboob.capabilities.base import empty
from weboob.tools.compat import basestring
from weboob.tools.exceptions import ParseError
from weboob.tools.misc import html2text
from weboob.tools.html import html2text
_NO_DEFAULT = object()