comparison: eric6/Utilities/ModuleParser.py
eric6/Utilities/ModuleParser.py
- changeset 7229
- 53054eb5b15a
- parent 7175
- 68f83a144355
- child 7249
- 0bf517e60f54
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 |
|
20 |
19 |
21 import sys |
20 import sys |
22 import os |
21 import os |
23 import imp |
22 import imp |
24 import re |
23 import re |