Index: Python-2.1.1/Lib/cgi.py
diff -c Python-2.1.1/Lib/cgi.py:1.1 Python-2.1.1/Lib/cgi.py:1.2
*** Python-2.1.1/Lib/cgi.py:1.1	Fri Apr 20 07:32:47 2001
--- Python-2.1.1/Lib/cgi.py	Wed Jun 27 21:17:40 2001
***************
*** 1,4 ****
! #! /usr/local/bin/python
  
  # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
  # intentionally NOT "/usr/bin/env python".  On many systems
--- 1,4 ----
! #! /opt/freeware/bin/python
  
  # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
  # intentionally NOT "/usr/bin/env python".  On many systems
Index: Python-2.1.1/Tools/faqwiz/faqw.py
diff -c Python-2.1.1/Tools/faqwiz/faqw.py:1.1 Python-2.1.1/Tools/faqwiz/faqw.py:1.2
*** Python-2.1.1/Tools/faqwiz/faqw.py:1.1	Fri Apr 20 07:33:06 2001
--- Python-2.1.1/Tools/faqwiz/faqw.py	Wed Jun 27 21:20:42 2001
***************
*** 1,4 ****
! #! /usr/local/bin/python
  
  """FAQ wizard bootstrap."""
  
--- 1,4 ----
! #! /opt/freeware/bin/python
  
  """FAQ wizard bootstrap."""
  
Index: Python-2.1.1/Tools/scripts/parseentities.py
diff -c Python-2.1.1/Tools/scripts/parseentities.py:1.1 Python-2.1.1/Tools/scripts/parseentities.py:1.2
*** Python-2.1.1/Tools/scripts/parseentities.py:1.1	Fri Apr 20 07:33:08 2001
--- Python-2.1.1/Tools/scripts/parseentities.py	Wed Jun 27 21:22:13 2001
***************
*** 1,4 ****
! #!/usr/local/bin/python
  """ Utility for parsing HTML entity definitions available from:
  
        http://www.w3.org/ as e.g.
--- 1,4 ----
! #!/opt/freeware/bin/python
  """ Utility for parsing HTML entity definitions available from:
  
        http://www.w3.org/ as e.g.
