fix Newsfeed and GenericBackend

This commit is contained in:
Romain Bignon 2012-02-18 17:40:22 +01:00
commit a0e4171af3
3 changed files with 6 additions and 7 deletions

View file

@ -39,7 +39,6 @@ class NewspaperPresseuropBrowser(BaseBrowser):
def get_content(self, _id):
"return page article content"
print _id
self.location(_id)
return self.page.get_article(_id)