3144:bb63e24383e4 | 3145:a9de05d4a22f |
---|---|
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 # __IGNORE_WARNING__ | 11 from __future__ import unicode_literals |
12 | 12 |
13 import sys | 13 import sys |
14 import os | 14 import os |
15 | 15 |
16 from Utilities import joinext | 16 from Utilities import joinext |