VCS/CommandOptionsDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
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 """

eric ide

mercurial