mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
60a4a0c1f8
commit
1ea4040a0d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user