summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tabcheck.py')
-rwxr-xr-xtabcheck.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tabcheck.py b/tabcheck.py
deleted file mode 100755
index 1699e98..0000000
--- a/tabcheck.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python -O
-
-import tabnanny,sys
-
-for x in sys.argv:
- tabnanny.check(x)