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 |