mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Move the config utils into its own package
This commit is contained in:
@@ -8,7 +8,7 @@ import sys
|
||||
from collections import deque
|
||||
|
||||
from .config import defaults, load_config
|
||||
from .config_utils import resolve_config
|
||||
from .conf.utils import resolve_config
|
||||
from .constants import appname, defconf, is_macos, is_wayland, str_version
|
||||
|
||||
CONFIG_HELP = '''\
|
||||
|
||||
Reference in New Issue
Block a user