src/eric7/Cooperation/ChatWidget.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
--- 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

eric ide

mercurial