From 726116ea871fae12c22402195f9dc065275bcb6f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Jul 2012 00:13:59 +0530 Subject: [PATCH] ... --- src/calibre/gui2/store/stores/foyles_uk_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/foyles_uk_plugin.py b/src/calibre/gui2/store/stores/foyles_uk_plugin.py index b684dd533d..819c412758 100644 --- a/src/calibre/gui2/store/stores/foyles_uk_plugin.py +++ b/src/calibre/gui2/store/stores/foyles_uk_plugin.py @@ -6,7 +6,7 @@ __license__ = 'GPL 3' __copyright__ = '2011, John Schember ' __docformat__ = 'restructuredtext en' -import urllib2, re +import urllib2 from contextlib import closing from lxml import html