Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3060
5883ce99ee12
child 3161
06f57a834adf
child 3414
448cfee96f45
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
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 20
21 from __future__ import unicode_literals # __IGNORE_WARNING__ 21 from __future__ import unicode_literals
22 22
23 # Released to the public domain, by Tim Peters, 15 April 1998. 23 # Released to the public domain, by Tim Peters, 15 April 1998.
24 24
25 # XXX Note: this is now a standard library module. 25 # XXX Note: this is now a standard library module.
26 # 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