Fix python scripts in src/media
Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. R=imasaki@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8672007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111438 0039d316-1c4b-4281-b951-d872f2087c98
Showing
media/tools/layout_tests/layouttest_analyzer.py
100644 → 100755
media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py
100644 → 100755
media/tools/layout_tests/layouttests_unittest.py
100644 → 100755
media/tools/layout_tests/trend_graph_unittest.py
100644 → 100755
Please register or sign in to comment