From f21f73dbfa94274dbec2257cf5171a12dd2bda4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Wed, 28 Nov 2012 22:20:03 +0100 Subject: [PATCH] no need for re module --- src/calibre/gui2/store/stores/publio_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/publio_plugin.py b/src/calibre/gui2/store/stores/publio_plugin.py index fe58fed03e..c732d2b9ca 100644 --- a/src/calibre/gui2/store/stores/publio_plugin.py +++ b/src/calibre/gui2/store/stores/publio_plugin.py @@ -6,7 +6,6 @@ __license__ = 'GPL 3' __copyright__ = '2012, Tomasz Długosz ' __docformat__ = 'restructuredtext en' -import re import urllib from contextlib import closing