From bae4e80500b552f7b3658a1a6a158fef02047f58 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 7 May 2025 11:31:20 +0200 Subject: Remove the existing handler (and unused) in socketserver --- interfaces/desktopEvent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'interfaces/desktopEvent.py') diff --git a/interfaces/desktopEvent.py b/interfaces/desktopEvent.py index e8a30a4..9030ccd 100755 --- a/interfaces/desktopEvent.py +++ b/interfaces/desktopEvent.py @@ -4,10 +4,9 @@ from zope.interface import Attribute class IDesktop(interface.Interface): - queue = Attribute("""The queue to send the message""") mapping = Attribute("""Correspondance between application and layer""") - def getForegroundWindowTitle(sel) -> Optional[str]: + def getForegroundWindowTitle(self) -> Optional[str]: """ Return the name of the selected window """ -- cgit v1.2.3