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

Unified Diff: appengine/components/components/endpoints_webapp2.py

Issue 2142093002: remove an artefact of a refactoring (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/endpoints_webapp2.py
diff --git a/appengine/components/components/endpoints_webapp2.py b/appengine/components/components/endpoints_webapp2.py
index a296b0fb065cdb977dac8a985766edc442c0c1e5..65b3000662c594dc2d84bad0f02ab63f473e9829 100644
--- a/appengine/components/components/endpoints_webapp2.py
+++ b/appengine/components/components/endpoints_webapp2.py
@@ -107,10 +107,6 @@ def path_handler(api_class, api_method, service_path):
return Handler
-def path_template_to_webapp2(template):
- return template
-
-
def api_routes(api_class, base_path=None):
base_path = base_path or '/api/%s/%s' % (
api_class.api_info.name,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698