...
This commit is contained in:
parent
f710d6906e
commit
fedde51c12
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
from functools import partial
|
||||
from gettext import gettext as _
|
||||
|
||||
from kitty.cli import CONFIG_HELP, appname, parse_args
|
||||
from kitty.cli import CONFIG_HELP, parse_args
|
||||
from kitty.constants import appname
|
||||
from kitty.fast_data_types import wcswidth
|
||||
from kitty.key_encoding import ESCAPE, RELEASE, enter_key
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue