diff options
author | Guido van Rossum <guido@python.org> | 1996-08-26 03:50:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-26 03:50:10 (GMT) |
commit | f34bf1c07b04328e5b312cc306ba7b07d671ccba (patch) | |
tree | 20b2cedd759e44ab3b77284b08a2127ecdb32d48 /Tools | |
parent | aa233f18b294ca3293a23855e792159d90eab744 (diff) | |
download | cpython-f34bf1c07b04328e5b312cc306ba7b07d671ccba.zip cpython-f34bf1c07b04328e5b312cc306ba7b07d671ccba.tar.gz cpython-f34bf1c07b04328e5b312cc306ba7b07d671ccba.tar.bz2 |
Added warning that this is unsupported
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/freeze/nfreeze.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/freeze/nfreeze.py b/Tools/freeze/nfreeze.py index 3706e73..a8a9f83 100755 --- a/Tools/freeze/nfreeze.py +++ b/Tools/freeze/nfreeze.py @@ -1,5 +1,7 @@ #! /usr/local/bin/python +# WARNING: this is an unsupported variant of freeze.py -- see README + # "Freeze" a Python script into a binary. # Usage: see variable usage_msg below (before the imports!) |