eric6/DocumentationTools/ModuleDocumentor.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7252
c5e3705073eb
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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
15 14
16 import sys 15 import sys
17 import re 16 import re
18 17
19 from Utilities import html_uencode 18 from Utilities import html_uencode

eric ide

mercurial