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

Side by Side Diff: tools/httpd.py

Issue 12450015: **/*.py: use /usr/bin/env to find python Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/generate_bad_x86_64_nexes.py ('k') | tools/process_oprofile_x86_64.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python 1 #!/usr/bin/env python
2 # Copyright 2008, Google Inc. 2 # Copyright 2008, Google Inc.
3 # All rights reserved. 3 # All rights reserved.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are 6 # modification, are permitted provided that the following conditions are
7 # met: 7 # met:
8 # 8 #
9 # * Redistributions of source code must retain the above copyright 9 # * Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer. 10 # notice, this list of conditions and the following disclaimer.
11 # * Redistributions in binary form must reproduce the above 11 # * Redistributions in binary form must reproduce the above
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 89
90 if __name__ == '__main__': 90 if __name__ == '__main__':
91 SanityCheckDirectory() 91 SanityCheckDirectory()
92 if len(sys.argv) > 1: 92 if len(sys.argv) > 1:
93 Run((SERVER_HOST, int(sys.argv[1]))) 93 Run((SERVER_HOST, int(sys.argv[1])))
94 else: 94 else:
95 Run((SERVER_HOST, SERVER_PORT)) 95 Run((SERVER_HOST, SERVER_PORT))
96 # endif 96 # endif
97 # endif 97 # endif
OLDNEW
« no previous file with comments | « tools/generate_bad_x86_64_nexes.py ('k') | tools/process_oprofile_x86_64.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698