Migration (without history) of the current stable line to subversion.
[portage.git] / tabcheck.py
1 #!/usr/bin/python -O
2
3 import tabnanny,sys
4
5 for x in sys.argv:
6         tabnanny.check(x)