summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/freeze.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-07 11:43:11 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-07 11:43:11 (GMT)
commita635b9a6ffac357f1e296f6c6954b5e6280e6eea (patch)
tree4f863cae0c6eb6845113298974d7e22ad4bd7acc /Demo/scripts/freeze.py
parent8425b79c5471b37b7b8ce4350e90b84ac91a7f5e (diff)
downloadcpython-a635b9a6ffac357f1e296f6c6954b5e6280e6eea.zip
cpython-a635b9a6ffac357f1e296f6c6954b5e6280e6eea.tar.gz
cpython-a635b9a6ffac357f1e296f6c6954b5e6280e6eea.tar.bz2
remove references to /ufs/guido/bin/sgi/python
Diffstat (limited to 'Demo/scripts/freeze.py')
-rwxr-xr-xDemo/scripts/freeze.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/freeze.py b/Demo/scripts/freeze.py
index 85ab5bc..d5230c6 100755
--- a/Demo/scripts/freeze.py
+++ b/Demo/scripts/freeze.py
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/python
+#! /usr/local/bin/python
# Given a Python script, create a binary that runs the script.
# The binary is 100% independent of Python libraries and binaries.