eric6/E5Network/E5TldExtractor.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
child 8218
7c09585bd960
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
19 from PyQt5.QtCore import QObject, QUrl, QFile, QFileInfo, qWarning 19 from PyQt5.QtCore import QObject, QUrl, QFile, QFileInfo, qWarning
20 20
21 from E5Gui import E5MessageBox 21 from E5Gui import E5MessageBox
22 22
23 23
24 class E5TldHostParts(object): 24 class E5TldHostParts:
25 """ 25 """
26 Class implementing the host parts helper. 26 Class implementing the host parts helper.
27 """ 27 """
28 def __init__(self): 28 def __init__(self):
29 """ 29 """

eric ide

mercurial