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