188:98eb4145b4e4 | 189:17bb2db7a347 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the Mercurial command dialog. | 7 Module implementing the Mercurial command dialog. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import pyqtSlot | |
11 from PyQt4.QtGui import QDialog, QDialogButtonBox | 10 from PyQt4.QtGui import QDialog, QDialogButtonBox |
12 | 11 |
13 from .Ui_HgCommandDialog import Ui_HgCommandDialog | 12 from .Ui_HgCommandDialog import Ui_HgCommandDialog |
14 | 13 |
15 import Utilities | 14 import Utilities |