VCS/CommandOptionsDialog.py

changeset 97
c4086afea02b
parent 70
888a0ea077a3
child 791
9ec2ac20e54e
equal deleted inserted replaced
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

eric ide

mercurial