2523:139f182b72f6 | 2525:8b507a9a2d40 |
---|---|
13 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless | 13 <li>Code that doesn't pass tabnanny or python -t will confuse it, unless |
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 | |
19 from __future__ import unicode_literals # __IGNORE_WARNING__ | |
18 | 20 |
19 import sys | 21 import sys |
20 import os | 22 import os |
21 import imp | 23 import imp |
22 import re | 24 import re |