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 |