DocumentationTools/ModuleDocumentor.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3060
5883ce99ee12
child 3161
06f57a834adf
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
9 The different parts of the module document are assembled from the parsed 9 The different parts of the module document are assembled from the parsed
10 Python file. The appearance is determined by several templates defined within 10 Python file. The appearance is determined by several templates defined within
11 this module. 11 this module.
12 """ 12 """
13 13
14 from __future__ import unicode_literals # __IGNORE_WARNING__ 14 from __future__ import unicode_literals
15 15
16 import sys 16 import sys
17 import re 17 import re
18 18
19 from Utilities import html_uencode 19 from Utilities import html_uencode

eric ide

mercurial