diff options
author | Guido van Rossum <guido@python.org> | 1994-01-07 11:38:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-07 11:38:28 (GMT) |
commit | 8425b79c5471b37b7b8ce4350e90b84ac91a7f5e (patch) | |
tree | 8030bdd50d3ff02a6d2294314b6ec1d2117cb0f9 | |
parent | e024873397cae1f1ecd9ff8e526e02fe3382289a (diff) | |
download | cpython-8425b79c5471b37b7b8ce4350e90b84ac91a7f5e.zip cpython-8425b79c5471b37b7b8ce4350e90b84ac91a7f5e.tar.gz cpython-8425b79c5471b37b7b8ce4350e90b84ac91a7f5e.tar.bz2 |
Add fixheader.py
-rw-r--r-- | Demo/scripts/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index 65046dc..1b8e03a 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -20,6 +20,7 @@ fact.py Factorize numbers findlinksto.py Recursively find symbolic links to a given path prefix fixps.py Fix Python scripts' first line (if #!) fixcid.py Massive identifier substitution on C source files +fixheader.py Add some cpp magic to a C include file freeze.py Convert a Python script into a free-standing binary from.py Summarize mailbox ftpstats.py Summarize ftp daemon log file |