This commit is contained in:
Kovid Goyal 2010-04-01 23:25:12 +05:30
parent 86a24dd1c3
commit 8fa21c510d

View File

@ -803,7 +803,6 @@ class BasicNewsRecipe(Recipe):
if self.reverse_article_order:
for feed in feeds:
if hasattr(feed, 'reverse'):
print 111111
feed.reverse()
for f, feed in enumerate(feeds):