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

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: Moving logic into availability_data_source 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 24ceb226476365efbdfa0231d691520d12ead58b..8c04b7aaf38c22617494e3b6823d13107d1fb615 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
from appengine_wrappers import webapp
from appengine_wrappers import memcache
@@ -12,7 +13,6 @@ from appengine_wrappers import urlfetch
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