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
|
|
@ -23,7 +23,8 @@ import urlparse
|
|||
from logging import warning, debug
|
||||
from urlparse import parse_qs
|
||||
|
||||
from weboob.tools.misc import html2text, get_bytes_size
|
||||
from weboob.tools.misc import get_bytes_size
|
||||
from weboob.tools.html import html2text
|
||||
from weboob.capabilities.torrent import Torrent
|
||||
from weboob.capabilities.base import NotLoaded
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue