commit | 9af22a037fc961b51651324bdd17a43567a688fd | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 19 15:02:57 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 19 15:02:57 1994 +0000 |
tree | 4ba9cca45eff8e866ee8fba3dadc89f2b68bc1e2 | |
parent | 72824bab44e8027d67325df94bfa0673c69999fb [diff] [blame] |
newslist.py: Added search for .newslistrc.py; pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
diff --git a/Tools/scripts/pindent.py b/Tools/scripts/pindent.py index 35ae271..6432f4c 100755 --- a/Tools/scripts/pindent.py +++ b/Tools/scripts/pindent.py
@@ -1,4 +1,4 @@ -#! /ufs/guido/bin/sgi/python +#! /usr/local/bin/python #! /usr/local/bin/python # This file contains a class and a main program that perform two