src/eric7/EricNetwork/EricTldExtractor.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9500
5771348ded12
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
15 import collections 15 import collections
16 import os 16 import os
17 17
18 from PyQt6.QtCore import QObject, QUrl, qWarning 18 from PyQt6.QtCore import QObject, QUrl, qWarning
19 19
20 from EricWidgets import EricMessageBox 20 from eric7.EricWidgets import EricMessageBox
21 21
22 22
23 class EricTldHostParts: 23 class EricTldHostParts:
24 """ 24 """
25 Class implementing the host parts helper. 25 Class implementing the host parts helper.

eric ide

mercurial