From 8352b43e284d041bba8cf9096599b4d1403b96e0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Aug 2013 21:37:43 +0530 Subject: [PATCH] Unused import --- src/calibre/gui2/store/stores/cdp_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/cdp_plugin.py b/src/calibre/gui2/store/stores/cdp_plugin.py index 738ee5e3d5..19b931b962 100644 --- a/src/calibre/gui2/store/stores/cdp_plugin.py +++ b/src/calibre/gui2/store/stores/cdp_plugin.py @@ -7,7 +7,6 @@ __license__ = 'GPL 3' __copyright__ = '2013, Tomasz Długosz ' __docformat__ = 'restructuredtext en' -import re import urllib from contextlib import closing