pyflakes fixes

This commit is contained in:
Christophe Benz 2010-11-22 15:31:00 +01:00
commit bebd4318ec
2 changed files with 2 additions and 3 deletions

View file

@ -19,10 +19,9 @@
import sys
from weboob.core import CallErrors
from weboob.capabilities.messages import CantSendMessage, ICapMessages, ICapMessagesPost, Message
from weboob.capabilities.messages import CantSendMessage, ICapMessages, Message
from weboob.capabilities.account import ICapAccount
from weboob.tools.application.repl import ReplApplication
from weboob.tools.application.formatters.iformatter import IFormatter
from weboob.tools.misc import html2text

View file

@ -20,7 +20,7 @@ import re
from weboob.capabilities.messages import CantSendMessage
from weboob.tools.browser import BasePage
from weboob.tools.parsers.lxmlparser import select, SelectElementException
from weboob.tools.parsers.lxmlparser import select
__all__ = ['ClosePage', 'ComposePage', 'ConfirmPage', 'SentPage']