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

Unified Diff: chrome/common/extensions/docs/server2/intro_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/intro_data_source.py
diff --git a/chrome/common/extensions/docs/server2/intro_data_source.py b/chrome/common/extensions/docs/server2/intro_data_source.py
index 0de93986e462b8619ec332edefd8746d27b00ccb..83d8a2f49afa5f7ca318f2099a5c77bbdbcf525e 100644
--- a/chrome/common/extensions/docs/server2/intro_data_source.py
+++ b/chrome/common/extensions/docs/server2/intro_data_source.py
@@ -6,7 +6,7 @@ import logging
from HTMLParser import HTMLParser
-from path_utils import FormatKey
+from docs_server_utils import FormatKey
from third_party.handlebar import Handlebar
class _IntroParser(HTMLParser):

Powered by Google App Engine
This is Rietveld 408576698