diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Snapshot/SnapshotWaylandGrabber.py --- a/src/eric7/Snapshot/SnapshotWaylandGrabber.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Snapshot/SnapshotWaylandGrabber.py Tue Oct 18 16:06:21 2022 +0200 @@ -22,11 +22,11 @@ except ImportError: DBusAvailable = False -from EricWidgets import EricMessageBox +from eric7.EricWidgets import EricMessageBox from .SnapshotModes import SnapshotModes -import Globals +from eric7 import Globals class SnapshotWaylandGrabber(QObject):