Skip to content

Commit

Permalink
Forgot to keep from/to_json in config namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 16, 2019
1 parent 7b2620a commit 1e1ad23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calibre/utils/config.py
Expand Up @@ -19,7 +19,7 @@
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

Expand All @@ -32,7 +32,7 @@
# 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():
Expand Down

0 comments on commit 1e1ad23

Please sign in to comment.