mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 04:03:16 +02:00
Move the config utils into its own package
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
import os
|
||||
|
||||
from kitty.config_utils import (
|
||||
from kitty.conf.utils import (
|
||||
init_config, key_func, load_config as _load_config, merge_dicts,
|
||||
parse_config_base, parse_kittens_key, python_string, resolve_config,
|
||||
to_color
|
||||
|
||||
Reference in New Issue
Block a user