From da8d7034ae222cd225faba1a1d9011ac6034da2d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 11 Apr 2013 22:45:31 +0530 Subject: [PATCH] ... --- src/calibre/gui2/store/stores/koobe_plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/store/stores/koobe_plugin.py b/src/calibre/gui2/store/stores/koobe_plugin.py index 343e6ffec9..208592a827 100644 --- a/src/calibre/gui2/store/stores/koobe_plugin.py +++ b/src/calibre/gui2/store/stores/koobe_plugin.py @@ -1,13 +1,12 @@ # -*- coding: utf-8 -*- from __future__ import (division, absolute_import, print_function) -store_version = 1 # Needed for dynamic plugin loading +store_version = 1 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2013, Tomasz Długosz ' __docformat__ = 'restructuredtext en' -import re import urllib from base64 import b64encode from contextlib import closing