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

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