[Python-checkins] CVS: python/dist/src/Lib cgi.py,1.53,1.54

Ka-Ping Yee python-dev@python.org
Tue, 3 Oct 2000 01:32:03 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5482

Modified Files:
	cgi.py 
Log Message:
Change first line to #!/usr/bin/env python (really just to test check-in).


Index: cgi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/cgi.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** cgi.py	2000/09/19 04:11:46	1.53
--- cgi.py	2000/10/03 08:32:00	1.54
***************
*** 1,3 ****
! #! /usr/local/bin/python
  
  """Support module for CGI (Common Gateway Interface) scripts.
--- 1,3 ----
! #!/usr/bin/env python
  
  """Support module for CGI (Common Gateway Interface) scripts.