src/eric7/Snapshot/SnapshotWaylandGrabber.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9473
3f23dbf37dbe
child 9624
b47dfa7a137d
diff -r 0b936ff1bbb9 -r a2bc06a54d9d src/eric7/Snapshot/SnapshotWaylandGrabber.py
--- 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)
 

eric ide

mercurial