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

Unified Diff: appengine/swarming/handlers_frontend.py

Issue 1458553003: Delete old APIs on both Swarming and Isolate servers. (Closed) Base URL: git@github.com:luci/luci-py.git@1_warning
Patch Set: Rebasing on HEAD Created 4 years, 10 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
« no previous file with comments | « appengine/swarming/handlers_api_test.py ('k') | appengine/swarming/server/bot_management.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_frontend.py
diff --git a/appengine/swarming/handlers_frontend.py b/appengine/swarming/handlers_frontend.py
index 97bb594ea318b92e18e1c40e00afb5d38930ac6d..388e0c7f94592b33073301c4a90a312a961b3b65 100644
--- a/appengine/swarming/handlers_frontend.py
+++ b/appengine/swarming/handlers_frontend.py
@@ -22,7 +22,6 @@ from google.appengine.api import users
from google.appengine.datastore import datastore_query
from google.appengine.ext import ndb
-import handlers_api
import handlers_bot
import handlers_backend
import mapreduce_jobs
@@ -822,7 +821,6 @@ def create_application(debug):
# TODO(maruel): Split backend into a separate module. For now add routes here.
routes.extend(handlers_backend.get_routes())
- routes.extend(handlers_api.get_routes())
routes.extend(handlers_bot.get_routes())
return webapp2.WSGIApplication(routes, debug=debug)
« no previous file with comments | « appengine/swarming/handlers_api_test.py ('k') | appengine/swarming/server/bot_management.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698