eric5_doc.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2526
a91cba8291b9
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
9 9
10 This is the main Python script of the documentation generator. It is 10 This is the main Python script of the documentation generator. It is
11 this script that gets called via the source documentation interface. 11 this script that gets called via the source documentation interface.
12 This script can be used via the commandline as well. 12 This script can be used via the commandline as well.
13 """ 13 """
14
15 from __future__ import unicode_literals # __IGNORE_WARNING__
14 16
15 import glob 17 import glob
16 import os 18 import os
17 import sys 19 import sys
18 import fnmatch 20 import fnmatch

eric ide

mercurial