--- a/src/eric7/Snapshot/SnapshotWaylandGrabber.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/Snapshot/SnapshotWaylandGrabber.py Mon Nov 07 17:19:58 2022 +0100 @@ -26,6 +26,7 @@ from eric7.EricWidgets import EricMessageBox from .SnapshotModes import SnapshotModes +from .SnapshotTimer import SnapshotTimer class SnapshotWaylandGrabber(QObject): @@ -46,8 +47,6 @@ """ super().__init__(parent) - from .SnapshotTimer import SnapshotTimer - self.__grabTimer = SnapshotTimer() self.__grabTimer.timeout.connect(self.__performGrab)