comparison: eric6/DocumentationTools/IndexGenerator.py
eric6/DocumentationTools/IndexGenerator.py
- changeset 7229
- 53054eb5b15a
- parent 6942
- 2602857055c5
- child 7252
- c5e3705073eb
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Module implementing the index generator for the builtin documentation |
7 Module implementing the index generator for the builtin documentation |
8 generator. |
8 generator. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
|
12 |
11 |
13 import sys |
12 import sys |
14 import os |
13 import os |
15 |
14 |
16 from Utilities import joinext |
15 from Utilities import joinext |