[Python-checkins] python/dist/src/Lib/encodings rot_13.py,1.3,1.4

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Tue, 22 Jul 2003 07:37:45 -0700


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

Modified Files:
	rot_13.py 
Log Message:
more generic reference to python interpreter


Index: rot_13.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/rot_13.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rot_13.py	8 Aug 2002 20:19:19 -0000	1.3
--- rot_13.py	22 Jul 2003 14:37:42 -0000	1.4
***************
*** 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.