mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Merge branch 'simplify_code' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
eefc21920e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from .utils import load_shaders
|
|||
|
||||
try:
|
||||
from enum import IntFlag
|
||||
except Exception:
|
||||
except ImportError:
|
||||
from enum import IntEnum as IntFlag
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue