8357:a081458cc57b | 8358:144a6b854f70 |
---|---|
16 import os | 16 import os |
17 import re | 17 import re |
18 | 18 |
19 from PyQt6.QtCore import QObject, QUrl, QFile, QFileInfo, qWarning | 19 from PyQt6.QtCore import QObject, QUrl, QFile, QFileInfo, qWarning |
20 | 20 |
21 from E5Gui import EricMessageBox | 21 from EricWidgets import EricMessageBox |
22 | 22 |
23 | 23 |
24 class EricTldHostParts: | 24 class EricTldHostParts: |
25 """ | 25 """ |
26 Class implementing the host parts helper. | 26 Class implementing the host parts helper. |