]> granicus.if.org Git - python/commitdiff
Binhex gif files too.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 10 Apr 1996 14:51:38 +0000 (14:51 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 10 Apr 1996 14:51:38 +0000 (14:51 +0000)
Mac/scripts/binhextree.py

index fa67b9c71f27a612e105822a862be52c69435723..854a786e7b0bdc977ac890eca98c6091ec15af7a 100644 (file)
@@ -5,7 +5,7 @@
 # Jack Jansen, CWI, August 1995.
 #
 # To do:
-# - Also do project files (.µ and .\86), 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)
        ]