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 |