[Python-checkins] python/dist/src/Lib/encodings rot_13.py,1.2,1.2.20.1

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Thu, 17 Jul 2003 19:45:30 -0700


Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory sc8-pr-cvs1:/tmp/cvs-serv14113

Modified Files:
      Tag: release22-maint
	rot_13.py 
Log Message:
make #! line more liberal


Index: rot_13.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/rot_13.py,v
retrieving revision 1.2
retrieving revision 1.2.20.1
diff -C2 -d -r1.2 -r1.2.20.1
*** rot_13.py	16 May 2001 09:41:45 -0000	1.2
--- rot_13.py	18 Jul 2003 02:45:27 -0000	1.2.20.1
***************
*** 1,3 ****
! #!/usr/local/bin/python2.1
  """ Python Character Mapping Codec for ROT13.
  
--- 1,3 ----
! #!/usr/bin/env python
  """ Python Character Mapping Codec for ROT13.