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

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

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix imports Created 7 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/sidenav_data_source.py
diff --git a/chrome/common/extensions/docs/server2/sidenav_data_source.py b/chrome/common/extensions/docs/server2/sidenav_data_source.py
index bf467279358331ae30678d03e41ec38400352222..06ff272100e95fb656f9e50d087995347d9fd5ae 100644
--- a/chrome/common/extensions/docs/server2/sidenav_data_source.py
+++ b/chrome/common/extensions/docs/server2/sidenav_data_source.py
@@ -4,9 +4,7 @@
import copy
import json
-
-import compiled_file_system as compiled_fs
-from third_party.json_schema_compiler.model import UnixName
+import logging
class SidenavDataSource(object):
"""This class reads in and caches a JSON file representing the side navigation

Powered by Google App Engine
This is Rietveld 408576698