| 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"
|
|
|