comparison: eric6/UI/CodeDocumentationViewerTemplate.py
eric6/UI/CodeDocumentationViewerTemplate.py
- changeset 7229
- 53054eb5b15a
- parent 6942
- 2602857055c5
- child 7264
- bedbe458d792
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing functions to prepare an HTML documentation view. |
7 Module implementing functions to prepare an HTML documentation view. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import QCoreApplication |
11 from PyQt5.QtCore import QCoreApplication |
13 |
12 |
14 import Utilities |
13 import Utilities |
15 |
14 |