pyflakes fixes

This commit is contained in:
Romain Bignon 2010-04-17 11:34:07 +02:00
commit 82c59cf612
3 changed files with 1 additions and 5 deletions

View file

@ -19,15 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
import urllib
from cStringIO import StringIO
from weboob.tools.browser import BaseBrowser
from .pages.index import IndexPage, LoginPage
from .pages.news import ContentPage
from .tools import id2url, id2threadid, id2contenttype
from weboob.tools.parsers.htmlparser import HTMLParser
# Browser
class DLFP(BaseBrowser):
DOMAIN = 'linuxfr.org'