From d9fc4acc572c6647a4f27b838d35d27d805d190e Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sun, 28 Aug 2005 08:37:44 +0000 Subject: Migration (without history) of the current stable line to subversion. svn path=/main/branches/2.0/; revision=1941 --- tabcheck.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tabcheck.py (limited to 'tabcheck.py') diff --git a/tabcheck.py b/tabcheck.py new file mode 100755 index 000000000..1699e9883 --- /dev/null +++ b/tabcheck.py @@ -0,0 +1,6 @@ +#!/usr/bin/python -O + +import tabnanny,sys + +for x in sys.argv: + tabnanny.check(x) -- cgit v1.2.3-1-g7c22