eric7/QScintilla/ShellWindow.py

branch
eric7
changeset 8318
962bce857696
parent 8314
e3642a6a1e71
child 8356
68ec9c3d4de5
--- a/eric7/QScintilla/ShellWindow.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/QScintilla/ShellWindow.py	Sun May 16 20:07:24 2021 +0200
@@ -10,14 +10,14 @@
 import sys
 import os
 
-from PyQt5.QtCore import (
+from PyQt6.QtCore import (
     Qt, QCoreApplication, QPoint, QSize, QSignalMapper, QProcess
 )
-from PyQt5.QtGui import QKeySequence
-from PyQt5.QtWidgets import (
-    QWidget, QVBoxLayout, QApplication, QAction, QWhatsThis, QDialog
+from PyQt6.QtGui import QKeySequence, QAction
+from PyQt6.QtWidgets import (
+    QWidget, QVBoxLayout, QApplication, QWhatsThis, QDialog
 )
-from PyQt5.Qsci import QsciScintilla
+from PyQt6.Qsci import QsciScintilla
 
 from E5Gui.E5MainWindow import E5MainWindow
 from E5Gui.E5Action import E5Action, createActionGroup

eric ide

mercurial