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
|
|
@ -32,7 +32,7 @@ from weboob.capabilities.account import CapAccount
|
|||
from weboob.capabilities.contact import CapContact
|
||||
from weboob.tools.application.repl import ReplApplication, defaultcount
|
||||
from weboob.tools.application.formatters.iformatter import IFormatter
|
||||
from weboob.tools.misc import html2text
|
||||
from weboob.tools.html import html2text
|
||||
|
||||
|
||||
__all__ = ['Boobmsg']
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ from weboob.capabilities.base import empty, BaseObject
|
|||
from weboob.capabilities.bugtracker import CapBugTracker, Query, Update, Project, Issue, IssueError
|
||||
from weboob.tools.application.repl import ReplApplication, defaultcount
|
||||
from weboob.tools.application.formatters.iformatter import IFormatter, PrettyFormatter
|
||||
from weboob.tools.misc import html2text
|
||||
from weboob.tools.html import html2text
|
||||
from weboob.tools.date import parse_french_date
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
import sys
|
||||
|
||||
from weboob.capabilities.pricecomparison import CapPriceComparison
|
||||
from weboob.tools.misc import html2text
|
||||
from weboob.tools.html import html2text
|
||||
from weboob.tools.application.repl import ReplApplication
|
||||
from weboob.tools.application.formatters.iformatter import IFormatter, PrettyFormatter
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ from weboob.core import Weboob, CallErrors
|
|||
from weboob.core.scheduler import Scheduler
|
||||
from weboob.capabilities.messages import CapMessages, CapMessagesPost, Thread, Message
|
||||
from weboob.tools.application.repl import ReplApplication
|
||||
from weboob.tools.misc import html2text, get_backtrace, utc2local, to_unicode
|
||||
from weboob.tools.date import utc2local
|
||||
from weboob.tools.html import html2text
|
||||
from weboob.tools.misc import get_backtrace, to_unicode
|
||||
|
||||
|
||||
__all__ = ['Monboob']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue