This commit is contained in:
Kovid Goyal 2024-02-25 13:40:53 +05:30
parent 60a4a0c1f8
commit 1ea4040a0d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,9 +1,8 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPLv3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net>
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: