pyflakes fixes

This commit is contained in:
Romain Bignon 2010-11-24 22:34:26 +01:00
commit 2066b86e1b
2 changed files with 3 additions and 3 deletions

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, SelectElementException
__all__ = ['ComposeFrame', 'ComposePage', 'ConfirmPage', 'SentPage']