From 3f4c4da7242586d118e540f3de7aef0668bb5e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Sat, 24 Nov 2012 13:35:21 +0100 Subject: [PATCH] remove obsolete re inclusion --- recipes/samcik_blox.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/samcik_blox.recipe b/recipes/samcik_blox.recipe index c1e05f04c4..69bb836c76 100644 --- a/recipes/samcik_blox.recipe +++ b/recipes/samcik_blox.recipe @@ -8,7 +8,6 @@ samcik.blox.pl ''' from calibre.web.feeds.news import BasicNewsRecipe -import re class samcik(BasicNewsRecipe): title = u'Maciej Samcik Blog' @@ -24,4 +23,4 @@ class samcik(BasicNewsRecipe): remove_tags =[] remove_tags.append(dict(name = 'table', attrs = {'border' : '0'})) - feeds = [(u'Wpisy', u'http://samcik.blox.pl/rss2')] \ No newline at end of file + feeds = [(u'Wpisy', u'http://samcik.blox.pl/rss2')]