aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-11-28 13:27:16 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-11-28 13:27:16 +0000
commit2b3a3963ed793f348b5338be570f2fe7f3008195 (patch)
treee2c954f22fd457208f1b203ce65f9551a7416a9d /tabcheck.py
parentUpdated default CFLAGS, CXXFLAGS and CHOST for stability (diff)
downloadportage-cvs-2b3a3963ed793f348b5338be570f2fe7f3008195.tar.gz
portage-cvs-2b3a3963ed793f348b5338be570f2fe7f3008195.tar.bz2
portage-cvs-2b3a3963ed793f348b5338be570f2fe7f3008195.zip
Huge update. -r85 merges -- Mostly global settings removal.
Diffstat (limited to 'tabcheck.py')
-rwxr-xr-xtabcheck.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tabcheck.py b/tabcheck.py
new file mode 100755
index 0000000..1699e98
--- /dev/null
+++ b/tabcheck.py
@@ -0,0 +1,6 @@
+#!/usr/bin/python -O
+
+import tabnanny,sys
+
+for x in sys.argv:
+ tabnanny.check(x)