Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Issue 8678013: Fix backoff_server.py python scripts in src/net (Closed)

Created:
9 years, 1 month ago by M-A Ruel
Modified:
9 years, 1 month ago
Reviewers:
akalin
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Fix backoff_server.py python scripts in src/net backoff_server.py wasn't using LF EOL so the CQ couldn't be used. 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. TBR=akalin@chromium.org BUG=105108 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111356

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -114 lines) Patch
M net/tools/testserver/backoff_server.py View 1 chunk +114 lines, -114 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
M-A Ruel
9 years, 1 month ago (2011-11-23 16:44:09 UTC) #1
TBR'ing this one and committing manually.

Powered by Google App Engine
This is Rietveld 408576698