comparison: Utilities/ModuleParser.py
Utilities/ModuleParser.py
- branch
- Py2 comp.
- changeset 3145
- a9de05d4a22f
- parent 3060
- 5883ce99ee12
- child 3161
- 06f57a834adf
equal
deleted
inserted
replaced
14 you set the module TABWIDTH variable (default 8) to the correct tab width |
14 you set the module TABWIDTH variable (default 8) to the correct tab width |
15 for the file.</li> |
15 for the file.</li> |
16 </ul> |
16 </ul> |
17 """ |
17 """ |
18 |
18 |
19 from __future__ import unicode_literals # __IGNORE_WARNING__ |
19 from __future__ import unicode_literals |
20 |
20 |
21 import sys |
21 import sys |
22 import os |
22 import os |
23 import imp |
23 import imp |
24 import re |
24 import re |