11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import * |
12 |
12 |
13 from .Ui_CommandOptionsDialog import Ui_vcsCommandOptionsDialog |
13 from .Ui_CommandOptionsDialog import Ui_vcsCommandOptionsDialog |
14 |
14 |
15 import Utilities |
15 import Utilities |
|
16 |
16 |
17 |
17 class vcsCommandOptionsDialog(QDialog, Ui_vcsCommandOptionsDialog): |
18 class vcsCommandOptionsDialog(QDialog, Ui_vcsCommandOptionsDialog): |
18 """ |
19 """ |
19 Class implementing the VCS command options dialog. |
20 Class implementing the VCS command options dialog. |
20 """ |
21 """ |