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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes Created 7 years, 8 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
Index: chrome/common/extensions/docs/server2/handler.py
diff --git a/chrome/common/extensions/docs/server2/handler.py b/chrome/common/extensions/docs/server2/handler.py
index af2682356785cfc3cab939cbf1f47a3c6e1c7bf2..35849638121a711a71d21524359543cd36a96802 100644
--- a/chrome/common/extensions/docs/server2/handler.py
+++ b/chrome/common/extensions/docs/server2/handler.py
@@ -5,6 +5,7 @@
import logging
import os
from StringIO import StringIO
+import time
import traceback
from appengine_wrappers import (
@@ -12,7 +13,6 @@ from appengine_wrappers import (
from branch_utility import BranchUtility
from server_instance import ServerInstance
import svn_constants
-import time
# The default channel to serve docs for if no channel is specified.
_DEFAULT_CHANNEL = 'stable'

Powered by Google App Engine
This is Rietveld 408576698