Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.
[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)