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

Side by Side Diff: libraries/nacl-mounts/AppEngine/AppEngineMount.py

Issue 12412021: Don't hardcode Python path (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « httpd.py ('k') | libraries/nacl-mounts/http2/genfs.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 # 2 #
3 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 3 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 # 6 #
7 7
8 import cgi 8 import cgi
9 import datetime 9 import datetime
10 import urllib 10 import urllib
11 import wsgiref.handlers 11 import wsgiref.handlers
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 ], debug=True) 145 ], debug=True)
146 146
147 147
148 def main(): 148 def main():
149 run_wsgi_app(application) 149 run_wsgi_app(application)
150 150
151 151
152 if __name__ == '__main__': 152 if __name__ == '__main__':
153 main() 153 main()
OLDNEW
« no previous file with comments | « httpd.py ('k') | libraries/nacl-mounts/http2/genfs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698