8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot, Qt, QProcess, QTimer |
10 from PyQt6.QtCore import pyqtSlot, Qt, QProcess, QTimer |
11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
12 |
12 |
13 from EricWidgets import EricMessageBox |
13 from eric7.EricWidgets import EricMessageBox |
14 |
14 |
15 from ..Ui_FlaskCommandDialog import Ui_FlaskCommandDialog |
15 from ..Ui_FlaskCommandDialog import Ui_FlaskCommandDialog |
16 |
16 |
17 |
17 |
18 class PyBabelCommandDialog(QDialog, Ui_FlaskCommandDialog): |
18 class PyBabelCommandDialog(QDialog, Ui_FlaskCommandDialog): |