eric7/Preferences/ConfigurationPages/DebuggerPython3Page.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8610
c9cd21bcbe33
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
7 Module implementing the Debugger Python3 configuration page. 7 Module implementing the Debugger Python3 configuration page.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot 10 from PyQt6.QtCore import pyqtSlot
11 11
12 from E5Gui.EricApplication import ericApp 12 from EricWidgets.EricApplication import ericApp
13 from E5Gui.EricPathPicker import EricPathPickerModes 13 from EricWidgets.EricPathPicker import EricPathPickerModes
14 14
15 from .ConfigurationPageBase import ConfigurationPageBase 15 from .ConfigurationPageBase import ConfigurationPageBase
16 from .Ui_DebuggerPython3Page import Ui_DebuggerPython3Page 16 from .Ui_DebuggerPython3Page import Ui_DebuggerPython3Page
17 17
18 import Preferences 18 import Preferences

eric ide

mercurial