diff options
author | Guido van Rossum <guido@python.org> | 1993-04-01 20:50:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-04-01 20:50:35 (GMT) |
commit | 41ffccbba75413c64efad283da19b8038aa07dd1 (patch) | |
tree | 10b2159a3991c53b4f3353fb686d1b2c5bb67d43 /Tools/scripts/h2py.py | |
parent | 9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb (diff) | |
download | cpython-41ffccbba75413c64efad283da19b8038aa07dd1.zip cpython-41ffccbba75413c64efad283da19b8038aa07dd1.tar.gz cpython-41ffccbba75413c64efad283da19b8038aa07dd1.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Tools/scripts/h2py.py')
-rwxr-xr-x | Tools/scripts/h2py.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/h2py.py b/Tools/scripts/h2py.py index 2fc26d8..015cd34 100755 --- a/Tools/scripts/h2py.py +++ b/Tools/scripts/h2py.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Read #define's from stdin and translate to Python code on stdout. # Very primitive: non-#define's are ignored, no check for valid Python |