Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py

changeset 6047
39586a2de99d
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
6046:a291657f7bbd 6047:39586a2de99d
19 from .Ui_HgExportDialog import Ui_HgExportDialog 19 from .Ui_HgExportDialog import Ui_HgExportDialog
20 20
21 21
22 class HgExportDialog(QDialog, Ui_HgExportDialog): 22 class HgExportDialog(QDialog, Ui_HgExportDialog):
23 """ 23 """
24 Class documentation goes here. 24 Class implementing a dialog to enter data for the Mercurial export command.
25 """ 25 """
26 def __init__(self, parent=None): 26 def __init__(self, parent=None):
27 """ 27 """
28 Constructor 28 Constructor
29 29

eric ide

mercurial