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