mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:03:26 +02:00
...
This commit is contained in:
parent
a3e095b2c6
commit
4dee0cdd6b
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
from calibre.utils.config import JSONConfig
|
||||
|
||||
# This is where all preferences for this plugin will be stored
|
||||
# Remember that this name is also in a global namespace, so make it as unique
|
||||
# as possible.
|
||||
# Remember that this name (i.e. plugins/interface_demo) is also
|
||||
# in a global namespace, so make it as unique as possible.
|
||||
# You should always prefix your config file name with plugins/,
|
||||
# so as to ensure you dont accidentally clobber a calibre config file
|
||||
prefs = JSONConfig('plugins/interface_demo')
|
||||
|
|
|
|||
Loading…
Reference in a new issue