9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
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 import os | |
11 import sys | 12 import sys |
12 import os | |
13 | 13 |
14 from eric7.Utilities import joinext | 14 from eric7.Utilities import joinext |
15 | 15 |
16 from . import TemplatesListsStyleCSS | 16 from . import TemplatesListsStyleCSS |
17 | 17 |