Chromium Code Reviews| Index: webkit/tools/layout_tests/test_types/image_diff.py |
| =================================================================== |
| --- webkit/tools/layout_tests/test_types/image_diff.py (revision 21369) |
| +++ webkit/tools/layout_tests/test_types/image_diff.py (working copy) |
| @@ -93,10 +93,6 @@ |
| _compare_available = False |
| else: |
| raise e |
| - except ValueError: |
| - # work around a race condition in Python 2.4's implementation of |
| - # subprocess.Popen |
| - pass |
| global _compare_msg_printed |