eric6/Utilities/ModuleParser.py

changeset 7781
607a6098cb44
parent 7706
0c6d32ec64f1
child 7836
2f0d208b8137
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
11 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless 11 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless
12 you set the module TABWIDTH variable (default 8) to the correct tab width 12 you set the module TABWIDTH variable (default 8) to the correct tab width
13 for the file.</li> 13 for the file.</li>
14 </ul> 14 </ul>
15 """ 15 """
16
17 16
18 import sys 17 import sys
19 import os 18 import os
20 import importlib.machinery 19 import importlib.machinery
21 import re 20 import re

eric ide

mercurial