eric7/PipInterface/PipDialog.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8881
54e42bc2437a
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
10 from PyQt6.QtCore import ( 10 from PyQt6.QtCore import (
11 pyqtSlot, Qt, QCoreApplication, QTimer, QProcess 11 pyqtSlot, Qt, QCoreApplication, QTimer, QProcess
12 ) 12 )
13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton 13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
14 14
15 from E5Gui import EricMessageBox 15 from EricWidgets import EricMessageBox
16 16
17 from .Ui_PipDialog import Ui_PipDialog 17 from .Ui_PipDialog import Ui_PipDialog
18 18
19 import Preferences 19 import Preferences
20 20

eric ide

mercurial