portage.util.atomic_ofstream.__init__(): Fix compatibility with Python <2.6.5.
[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)