mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Binhex gif files too.
This commit is contained in:
parent
f04fa7259d
commit
270f411f17
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue