Move the import oh html2text outside of misc
This commit is contained in:
parent
e67d92cb51
commit
1daa866949
20 changed files with 57 additions and 32 deletions
|
|
@ -25,7 +25,7 @@ from dateutil.parser import parse as parse_dt
|
|||
|
||||
from weboob.tools.ordereddict import OrderedDict
|
||||
from weboob.capabilities.contact import Contact as _Contact, ProfileNode
|
||||
from weboob.tools.misc import html2text
|
||||
from weboob.tools.html import html2text
|
||||
|
||||
|
||||
class FieldBase(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue