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 E5Gui.EricApplication import ericApp |
15 from EricWidgets.EricApplication import ericApp |
16 from E5Gui import EricMessageBox |
16 from EricWidgets import EricMessageBox |
17 |
17 |
18 from .Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog |
18 from .Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog |
19 |
19 |
20 import Utilities |
20 import Utilities |
21 |
21 |