This commit is contained in:
Kovid Goyal 2011-03-22 18:38:07 -06:00
parent 9f5508f921
commit 32ed063b5b

View File

@ -7,7 +7,6 @@ lwn.net
''' '''
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
from calibre.ebooks.BeautifulSoup import BeautifulSoup
import re import re
class WeeklyLWN(BasicNewsRecipe): class WeeklyLWN(BasicNewsRecipe):
@ -54,7 +53,6 @@ class WeeklyLWN(BasicNewsRecipe):
articles = {} articles = {}
ans = [] ans = []
old_section = None
url_re = re.compile('^/Articles/') url_re = re.compile('^/Articles/')
while True: while True: