diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-02-14 15:58:30 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-02-14 15:58:30 (GMT) |
commit | 2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c (patch) | |
tree | 3421c0a1524837c365d737db7ad8fd158484ddfb | |
parent | 508537b9c9fc38adf0d46e8d5d691e1ef7613b02 (diff) | |
download | cpython-2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c.zip cpython-2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c.tar.gz cpython-2d3f94ebc494ec7a9200f459b253e7f60b9d8f8c.tar.bz2 |
Comment fix
-rw-r--r-- | Mac/scripts/binhextree.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index e8597c8..6512de7 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py @@ -1,11 +1,11 @@ # -# hexbintree - Recursively descend a directory and +# binhextree - Recursively descend a directory and # pack all resource files. # # Jack Jansen, CWI, August 1995. # # To do: -# - Also do project files (.µ and .¹), after using AppleEvents to the +# - Also do project files (.µ and .º), after using AppleEvents to the # various builders to clean the projects # - Don't hexbin (and clean) if there exists a .hqx file that is newer. # |