8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtCore import * |
10 from PyQt4.QtCore import * |
11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import * |
12 |
12 |
13 from Ui_SvnRevisionSelectionDialog import Ui_SvnRevisionSelectionDialog |
13 from .Ui_SvnRevisionSelectionDialog import Ui_SvnRevisionSelectionDialog |
14 |
14 |
15 |
15 |
16 class SvnRevisionSelectionDialog(QDialog, Ui_SvnRevisionSelectionDialog): |
16 class SvnRevisionSelectionDialog(QDialog, Ui_SvnRevisionSelectionDialog): |
17 """ |
17 """ |
18 Class implementing a dialog to enter the revisions for the svn diff command. |
18 Class implementing a dialog to enter the revisions for the svn diff command. |