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

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

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manifest Update preview 2 Created 7 years, 8 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_test.py
diff --git a/chrome/common/extensions/docs/server2/template_data_source_test.py b/chrome/common/extensions/docs/server2/template_data_source_test.py
index 745e3731b50ab082659b116e3ecaf0bbec53c416..bbc9a9edd7e7207884e3605d166688439bc21abe 100755
--- a/chrome/common/extensions/docs/server2/template_data_source_test.py
+++ b/chrome/common/extensions/docs/server2/template_data_source_test.py
@@ -11,8 +11,10 @@ import unittest
from api_data_source import APIDataSource
from compiled_file_system import CompiledFileSystem
from local_file_system import LocalFileSystem
+from local_renderer import LocalRenderer
from object_store_creator import ObjectStoreCreator
from reference_resolver import ReferenceResolver
+import svn_constants
not at google - send to devlin 2013/05/03 15:56:25 neither of these changes needed anymore
from template_data_source import TemplateDataSource
from test_util import DisableLogging
from third_party.handlebar import Handlebar

Powered by Google App Engine
This is Rietveld 408576698