[Python-Dev] Python -t

M.-A. Lemburg mal@lemburg.com
Thu, 10 Feb 2000 18:46:28 +0100


Gordon McMillan wrote:
> 
> M.-A. Lemburg wrote:
> 
> > Is there a command line tool out there to untabify existing
> > Python scripts ? I recently wanted to apply such a tool to all
> > my stuff, but couldn't find any suitable Python script for the job...
> > there are lots of tools to catch those tab/space mixes, so no
> > finding the cure to the problem kind of surprised me ;-)
> 
> Contrib/system/tabcleaner.py

Or: Tools/scripts/untabify.py as Fredrik suggested in private mail.

The latter nukes the file permissions though... which is not
very elegant :-(

Thanks for the pointers,
-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/