src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9624
b47dfa7a137d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
10 import re 10 import re
11 11
12 from PyQt6.QtCore import pyqtSlot 12 from PyQt6.QtCore import pyqtSlot
13 from PyQt6.QtWidgets import QDialog 13 from PyQt6.QtWidgets import QDialog
14 14
15 from eric7 import Utilities
16 from eric7.EricWidgets import EricMessageBox
15 from eric7.EricWidgets.EricApplication import ericApp 17 from eric7.EricWidgets.EricApplication import ericApp
16 from eric7.EricWidgets import EricMessageBox
17 18
18 from .Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog 19 from .Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog
19
20 from eric7 import Utilities
21 20
22 21
23 class SvnUrlSelectionDialog(QDialog, Ui_SvnUrlSelectionDialog): 22 class SvnUrlSelectionDialog(QDialog, Ui_SvnUrlSelectionDialog):
24 """ 23 """
25 Class implementing a dialog to enter the URLs for the svn diff command. 24 Class implementing a dialog to enter the URLs for the svn diff command.

eric ide

mercurial