11 import os |
11 import os |
12 |
12 |
13 from PyQt6.QtCore import pyqtSlot |
13 from PyQt6.QtCore import pyqtSlot |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
15 |
15 |
16 from E5Gui.EricPathPicker import EricPathPickerModes |
16 from EricWidgets.EricPathPicker import EricPathPickerModes |
17 |
17 |
18 from .Ui_VirtualenvInterpreterSelectionDialog import ( |
18 from .Ui_VirtualenvInterpreterSelectionDialog import ( |
19 Ui_VirtualenvInterpreterSelectionDialog |
19 Ui_VirtualenvInterpreterSelectionDialog |
20 ) |
20 ) |
21 |
21 |