DescriptionFix 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 #
Messages
Total messages: 1 (0 generated)
|