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

Unified Diff: appengine/chromium_build_logs/third_party/googleapiclient/__init__.py

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: clean up code Created 5 years, 4 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: appengine/chromium_build_logs/third_party/googleapiclient/__init__.py
diff --git a/appengine/chromium_rietveld/backends.py b/appengine/chromium_build_logs/third_party/googleapiclient/__init__.py
similarity index 67%
copy from appengine/chromium_rietveld/backends.py
copy to appengine/chromium_build_logs/third_party/googleapiclient/__init__.py
index 9de5c51a143b431b3a74b600ca628d16cf67e62a..c000e971f73765651ea755c54b98ef2ba8cb7f0e 100644
--- a/appengine/chromium_rietveld/backends.py
+++ b/appengine/chromium_build_logs/third_party/googleapiclient/__init__.py
@@ -1,10 +1,10 @@
-# Copyright 2013 Google Inc.
+# Copyright 2014 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -12,12 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import webapp2
-
-class BackendHandler(webapp2.RequestHandler):
- def get(self):
- pass
-
-app = webapp2.WSGIApplication(routes=[
- (r'/_ah/.*', BackendHandler),
-])
+__version__ = "1.4.1"

Powered by Google App Engine
This is Rietveld 408576698