--- a/src/eric7/Cooperation/ChatWidget.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/Cooperation/ChatWidget.py Mon Nov 07 17:19:58 2022 +0100 @@ -402,9 +402,9 @@ @param fileName project relative file name of the editor (string) @param message command message (string) """ - self.editorCommand.emit(hashStr, fileName, message) + from eric7.QScintilla.Editor import Editor - from eric7.QScintilla.Editor import Editor + self.editorCommand.emit(hashStr, fileName, message) if message.startswith( Editor.StartEditToken + Editor.Separator