DocumentationTools/ModuleDocumentor.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2401
4f428de32b69
child 3057
10516539f238
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
8 8
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
14 from __future__ import unicode_literals # __IGNORE_WARNING__
13 15
14 import sys 16 import sys
15 import re 17 import re
16 18
17 from Utilities import html_uencode 19 from Utilities import html_uencode

eric ide

mercurial