diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:51:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:51:38 (GMT) |
commit | 270f411f177f2e3b372f05cb470cc27ea154e4f9 (patch) | |
tree | a37ebfb536a54354dd8dbdec730abd0afe341cf2 /Mac/scripts | |
parent | f04fa7259d2404a1b262b13c7ed8bb0884a22887 (diff) | |
download | cpython-270f411f177f2e3b372f05cb470cc27ea154e4f9.zip cpython-270f411f177f2e3b372f05cb470cc27ea154e4f9.tar.gz cpython-270f411f177f2e3b372f05cb470cc27ea154e4f9.tar.bz2 |
Binhex gif files too.
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/binhextree.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index fa67b9c..854a786 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py @@ -5,7 +5,7 @@ # 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. # @@ -141,6 +141,7 @@ def copycwproject(path, name): extensions = [ ('.rsrc', binhexit), + ('.gif', binhexit), ('.µ', copycwproject) ] |