From 1e6f4b8913f1c5caa14ee64e8b66079e52216926 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 19 Apr 2025 14:06:48 -0400 Subject: [PATCH] fixed import error. --- src/cthulhu/keybindings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cthulhu/keybindings.py b/src/cthulhu/keybindings.py index ef3c17b..fdb709c 100644 --- a/src/cthulhu/keybindings.py +++ b/src/cthulhu/keybindings.py @@ -45,6 +45,7 @@ from . import settings from . import cthulhu_state from .cthulhu_i18n import _ +import logging logger = logging.getLogger(__name__) _keysymsCache = {}