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

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: epeterson's nits 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..d0d0326fed316691ff5fa3506d5c8d4bc3ec1b05 100644
--- a/chrome/common/extensions/docs/server2/sidenav_data_source.py
+++ b/chrome/common/extensions/docs/server2/sidenav_data_source.py
@@ -5,9 +5,6 @@
import copy
import json
-import compiled_file_system as compiled_fs
-from third_party.json_schema_compiler.model import UnixName
-
class SidenavDataSource(object):
"""This class reads in and caches a JSON file representing the side navigation
menu.

Powered by Google App Engine
This is Rietveld 408576698