eric7/EricNetwork/EricTldExtractor.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8555
844c2713bf44
equal deleted inserted replaced
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.

eric ide

mercurial