mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to keep from/to_json in config namespace
This commit is contained in:
parent
7b2620a0ac
commit
1e1ad23ec7
@ -19,7 +19,7 @@ from calibre.constants import (
|
||||
from calibre.utils.config_base import (
|
||||
Config, ConfigInterface, ConfigProxy, Option, OptionSet, OptionValues,
|
||||
StringConfig, json_dumps, json_loads, make_config_dir, plugin_dir, prefs,
|
||||
read_raw_tweaks, read_tweaks, tweaks, write_tweaks
|
||||
read_raw_tweaks, read_tweaks, tweaks, write_tweaks, from_json, to_json
|
||||
)
|
||||
from calibre.utils.lock import ExclusiveFile
|
||||
|
||||
@ -32,7 +32,7 @@ if False:
|
||||
# Make pyflakes happy
|
||||
Config, ConfigProxy, Option, OptionValues, StringConfig
|
||||
OptionSet, ConfigInterface, read_tweaks, write_tweaks
|
||||
read_raw_tweaks, tweaks, plugin_dir, prefs
|
||||
read_raw_tweaks, tweaks, plugin_dir, prefs, from_json, to_json
|
||||
|
||||
|
||||
def check_config_write_access():
|
||||
|
Loading…
x
Reference in New Issue
Block a user