blob: 7b5ea19136f35d2712c2d0c8418083e935a00733 [file] [log] [blame]
#!/usr/bin/python -bbO
import tabnanny,sys
for x in sys.argv:
tabnanny.check(x)