eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 8318
962bce857696
parent 8314
e3642a6a1e71
child 8322
b422b4e77d19
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
11 import os 11 import os
12 import logging 12 import logging
13 import shlex 13 import shlex
14 import contextlib 14 import contextlib
15 15
16 from PyQt5.QtCore import ( 16 from PyQt6.QtCore import (
17 QObject, QProcess, QProcessEnvironment, QTimer 17 QObject, QProcess, QProcessEnvironment, QTimer
18 ) 18 )
19 19
20 from E5Gui.E5Application import e5App 20 from E5Gui.E5Application import e5App
21 from E5Gui import E5MessageBox 21 from E5Gui import E5MessageBox

eric ide

mercurial