From bd2836f3fb60743d9fd9c4b3d265f766191e1f8a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Jun 2015 08:38:32 +0530 Subject: [PATCH] ... --- src/calibre/gui2/store/stores/ebooks_com_plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/store/stores/ebooks_com_plugin.py b/src/calibre/gui2/store/stores/ebooks_com_plugin.py index 1c1e0bd08e..dcdc7bc782 100644 --- a/src/calibre/gui2/store/stores/ebooks_com_plugin.py +++ b/src/calibre/gui2/store/stores/ebooks_com_plugin.py @@ -1,13 +1,12 @@ # -*- coding: utf-8 -*- from __future__ import (unicode_literals, division, absolute_import, print_function) -store_version = 2 # Needed for dynamic plugin loading +store_version = 2 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2011, John Schember ' __docformat__ = 'restructuredtext en' -import random import re import urllib from contextlib import closing