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 |