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

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

Issue 15842014: Doc Server Manifest Generation Followup Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Header absolute URL fix Created 7 years, 6 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 98d7fd28ce31b838fbe30d3a1a6fab31b0238336..c4f6c6a581eccf62b0ff00fd15610fcf5a259230 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