5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to enter data for the Mercurial import command. |
7 Module implementing a dialog to enter data for the Mercurial import command. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot, QDateTime |
10 from PyQt6.QtCore import QDateTime, pyqtSlot |
11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
12 |
12 |
13 from eric7.EricWidgets.EricApplication import ericApp |
13 from eric7.EricWidgets.EricApplication import ericApp |
14 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
14 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
15 |
15 |