mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
/usr/local/bin/python -> /usr/bin/env python
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# 1) Regular Expressions Test
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# 2) Sorting Test
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# 3) System Test
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Call ibrowse (the info file browser) under UNIX.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /projects/python/Python-1.4b2/python
|
||||
#! /usr/bin/env python
|
||||
# (Force the script to use the latest build.)
|
||||
#
|
||||
# test_parser.py
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""RCS Proxy.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""Turn a pile of RCS log output into ChangeLog file entries.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""Remote CVS -- command line interface"""
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
"Remote RCS -- command line interface"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Fix Python source files to use the new equality test operator, i.e.,
|
||||
# if x = y: ...
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Factorize numbers.
|
||||
# The algorithm is not efficient, but easy to understand.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Print From and Subject of messages in $MAIL.
|
||||
# Extension to multiple mailboxes and other bells & whistles are left
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Extract statistics from ftp daemon log.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Watch line printer queue(s).
|
||||
# Intended for BSD 4.3 lpq.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Like mkdir, but also make intermediate directories if necessary.
|
||||
# It is not an error if the given directory already exists (as long
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
class Markov:
|
||||
def __init__(self, histsize, choice):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Convert MH directories (1 message per file) or MMDF mailboxes (4x^A
|
||||
# delimited) to unix mailbox (From ... delimited) on stdout.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# A rather specialized script to make sure that a symbolic link named
|
||||
# RCS exists pointing to a real RCS directory in a parallel tree
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
# Print digits of pi forever.
|
||||
#
|
||||
# The algorithm, using Python's 'long' integers ("bignums"), works
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
#######################################################################
|
||||
# Newslist $Revision$
|
||||
#
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user