src/eric7/VCS/CommandOptionsDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the VCS command options dialog. 7 Module implementing the VCS command options dialog.
8 """ 8 """
9 9
10 from PyQt6.QtWidgets import QDialog 10 from PyQt6.QtWidgets import QDialog
11 11
12 from eric7 import Utilities
13
12 from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog 14 from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog
13
14 from eric7 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.

eric ide

mercurial