Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2680
110ac646a3a0
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
15 This is a modified version to make the original tabnanny better suitable 15 This is a modified version to make the original tabnanny better suitable
16 for being called from within the eric5 IDE. 16 for being called from within the eric5 IDE.
17 17
18 @exception ValueError The tokenize module is too old. 18 @exception ValueError The tokenize module is too old.
19 """ 19 """
20
21 from __future__ import unicode_literals # __IGNORE_WARNING__
20 22
21 # Released to the public domain, by Tim Peters, 15 April 1998. 23 # Released to the public domain, by Tim Peters, 15 April 1998.
22 24
23 # XXX Note: this is now a standard library module. 25 # XXX Note: this is now a standard library module.
24 # XXX The API needs to undergo changes however; the current code is too 26 # XXX The API needs to undergo changes however; the current code is too

eric ide

mercurial