commit | c76473d887c446dd9693f6549a59bff53b4d5ef6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Sep 03 07:27:49 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Sep 03 07:27:49 2007 +0000 |
tree | 023b4d4cf56a080655082277f606efacaa0bcf99 | |
parent | e4ac7504c9fb005d81c710bff40777dc170694a8 [diff] [blame] |
Fix Mac build, patch #1091 by Humberto Diogenes.
diff --git a/Mac/scripts/cachersrc.py b/Mac/scripts/cachersrc.py index e2eed8b..e0e8415 100644 --- a/Mac/scripts/cachersrc.py +++ b/Mac/scripts/cachersrc.py
@@ -12,7 +12,8 @@ class NoArgsError(Exception): pass -def handler((verbose, force), dirname, fnames): +def handler(arg1, dirname, fnames): + verbose, force = arg1 for fn in fnames: if fn[-5:] == '.rsrc' and fn[-13:] != '.rsrc.df.rsrc': if force: