Commit 8f5d0913 authored by Guido van Rossum's avatar Guido van Rossum

Change all #! lines to read "#!python". This seems to be the only way

that we can get distutils install to munge the #! line to insert the
proper Python executable file name.  (/usr/local/bin/python would work
too, but may not be the Python version that you intended to use, so
IMO it's better to require that you use an explicit Python interpreter
when invoking the scripts before they are installed.
parent fd5b63c5
#! /usr/bin/env python
#!python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
......
#! /usr/bin/env python
#!python
"""Print a text summary of the contents of a FileStorage."""
from ZODB.fsdump import fsdump
......
#! /usr/bin/env python
#!python
##############################################################################
#
......
#! /usr/bin/env python
#!python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
......
#! /usr/bin/env python
#!python
##############################################################################
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment