pyflakes fixes

This commit is contained in:
Romain Bignon 2010-08-02 15:13:50 +02:00
commit ab0b47ee87
4 changed files with 2 additions and 4 deletions

View file

@ -38,7 +38,6 @@ class IndexPage(BasePage):
thumbnail_url = span.find('.//img').attrib['src']
selector = 'span#title1'
title_el = select(span, 'span#title1', 1)
title = title_el.text.strip()