From 1ea4040a0dba00b5482e173f81d91c5ec0a80b45 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Feb 2024 13:40:53 +0530 Subject: [PATCH] ... --- src/calibre/gui2/store/stores/amazon_mx_plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/store/stores/amazon_mx_plugin.py b/src/calibre/gui2/store/stores/amazon_mx_plugin.py index e83ecff303..c648384600 100644 --- a/src/calibre/gui2/store/stores/amazon_mx_plugin.py +++ b/src/calibre/gui2/store/stores/amazon_mx_plugin.py @@ -1,9 +1,8 @@ #!/usr/bin/env python # vim:fileencoding=utf-8 # License: GPLv3 Copyright: 2015, Kovid Goyal -from __future__ import absolute_import, division, print_function, unicode_literals -store_version = 20 # Needed for dynamic plugin loading +store_version = 1 # Needed for dynamic plugin loading from calibre.gui2.store import StorePlugin try: