summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/freeze.py
diff options
context:
space:
mode:
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.