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: