eric6/QScintilla/ShellWindow.py

changeset 7267
aedc309827c7
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r d001bc703c29 -r aedc309827c7 eric6/QScintilla/ShellWindow.py
--- a/eric6/QScintilla/ShellWindow.py	Wed Sep 25 18:25:43 2019 +0200
+++ b/eric6/QScintilla/ShellWindow.py	Wed Sep 25 18:37:35 2019 +0200
@@ -11,11 +11,13 @@
 import sys
 import os
 
-from PyQt5.QtCore import Qt, QCoreApplication, QPoint, QSize, QSignalMapper, \
-    QProcess
+from PyQt5.QtCore import (
+    Qt, QCoreApplication, QPoint, QSize, QSignalMapper, QProcess
+)
 from PyQt5.QtGui import QKeySequence
-from PyQt5.QtWidgets import QWidget, QVBoxLayout, QApplication, QAction, \
-    QWhatsThis, QDialog
+from PyQt5.QtWidgets import (
+    QWidget, QVBoxLayout, QApplication, QAction, QWhatsThis, QDialog
+)
 from PyQt5.Qsci import QsciScintilla
 
 from E5Gui.E5MainWindow import E5MainWindow

eric ide

mercurial