10 from PyQt4.QtCore import * |
10 from PyQt4.QtCore import * |
11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import * |
12 |
12 |
13 from E4Gui.E4Application import e4App |
13 from E4Gui.E4Application import e4App |
14 |
14 |
15 from Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog |
15 from .Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog |
16 |
16 |
17 |
17 |
18 class SvnUrlSelectionDialog(QDialog, Ui_SvnUrlSelectionDialog): |
18 class SvnUrlSelectionDialog(QDialog, Ui_SvnUrlSelectionDialog): |
19 """ |
19 """ |
20 Class implementing a dialog to enter the URLs for the svn diff command. |
20 Class implementing a dialog to enter the URLs for the svn diff command. |