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

Unified Diff: chrome/common/extensions/docs/server2/preview.py

Issue 10823144: Extension docs server: tweak CSS to make it look much more like the current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: licenses Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/css/api.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/preview.py
diff --git a/chrome/common/extensions/docs/server2/preview.py b/chrome/common/extensions/docs/server2/preview.py
index 1cd4e43281fe89bc2d76c8583b15186d512b91c0..778a45564be84e2403f4e2d89eb01d2f7e62050c 100755
--- a/chrome/common/extensions/docs/server2/preview.py
+++ b/chrome/common/extensions/docs/server2/preview.py
@@ -69,7 +69,5 @@ if __name__ == '__main__':
server = HTTPServer(('', int(opts.port)), RequestHandler)
try:
server.serve_forever()
- except KeyboardInterrupt:
- pass
finally:
server.socket.close()
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/css/api.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698