96:9624a110667d | 97:c4086afea02b |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the VCS command options dialog. | 7 Module implementing the VCS command options dialog. |
8 """ | 8 """ |
9 | |
10 import sys | |
11 | 9 |
12 from PyQt4.QtCore import * | 10 from PyQt4.QtCore import * |
13 from PyQt4.QtGui import * | 11 from PyQt4.QtGui import * |
14 | 12 |
15 from .Ui_CommandOptionsDialog import Ui_vcsCommandOptionsDialog | 13 from .Ui_CommandOptionsDialog import Ui_vcsCommandOptionsDialog |