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

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

Issue 17816005: Doc server broken link detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: finalization 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/handler.py
diff --git a/chrome/common/extensions/docs/server2/handler.py b/chrome/common/extensions/docs/server2/handler.py
index 72546113a07c7e5ff949b0e1fa322a51f478cb31..8701b7561d733e1ecd82f52d779288451f809d95 100644
--- a/chrome/common/extensions/docs/server2/handler.py
+++ b/chrome/common/extensions/docs/server2/handler.py
@@ -3,8 +3,8 @@
# found in the LICENSE file.
from cron_servlet import CronServlet
-from patch_servlet import PatchServlet
from instance_servlet import InstanceServlet
+from patch_servlet import PatchServlet
from servlet import Servlet, Request, Response
_DEFAULT_SERVLET = InstanceServlet.GetConstructor()
« no previous file with comments | « chrome/common/extensions/docs/server2/file_system_util.py ('k') | chrome/common/extensions/docs/server2/integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698