VCS/CommandOptionsDialog.py

changeset 3034
7ce719013078
parent 3031
ed2eaa573ca5
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
7 Module implementing the VCS command options dialog. 7 Module implementing the VCS command options dialog.
8 """ 8 """
9 9
10 from PyQt4.QtGui import QDialog 10 from PyQt4.QtGui import QDialog
11 11
12 from .Ui_CommandOptionsDialog import Ui_vcsCommandOptionsDialog 12 from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog
13 13
14 import Utilities 14 import Utilities
15 15
16 16
17 class vcsCommandOptionsDialog(QDialog, Ui_vcsCommandOptionsDialog): 17 class VcsCommandOptionsDialog(QDialog, Ui_VcsCommandOptionsDialog):
18 """ 18 """
19 Class implementing the VCS command options dialog. 19 Class implementing the VCS command options dialog.
20 """ 20 """
21 def __init__(self, vcs, parent=None): 21 def __init__(self, vcs, parent=None):
22 """ 22 """

eric ide

mercurial