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 """ |