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

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

Issue 10797039: Extensions Docs Server: devtools API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move parsing logic into utils 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
Index: chrome/common/extensions/docs/server2/template_data_source.py
diff --git a/chrome/common/extensions/docs/server2/template_data_source.py b/chrome/common/extensions/docs/server2/template_data_source.py
index 94246bbe93b0a442774af576297b6b15254c9f27..80a6594a81dbf722b08a381099120e65a4dec799 100644
--- a/chrome/common/extensions/docs/server2/template_data_source.py
+++ b/chrome/common/extensions/docs/server2/template_data_source.py
@@ -4,7 +4,7 @@
import logging
-from path_utils import FormatKey
+from docs_server_utils import FormatKey
from third_party.handlebar import Handlebar
EXTENSIONS_URL = '/chrome/extensions'

Powered by Google App Engine
This is Rietveld 408576698