Index: third_party/gsutil/third_party/protorpc/demos/hello/server/app.yaml |
diff --git a/third_party/mapreduce/mapreduce/third_party/__init__.py b/third_party/gsutil/third_party/protorpc/demos/hello/server/app.yaml |
similarity index 83% |
copy from third_party/mapreduce/mapreduce/third_party/__init__.py |
copy to third_party/gsutil/third_party/protorpc/demos/hello/server/app.yaml |
index 6c49c4299556faf32422012d20c0b9e8609e5a91..981cf8d8e2498031405d4e4941391f7749d84676 100755 |
--- a/third_party/mapreduce/mapreduce/third_party/__init__.py |
+++ b/third_party/gsutil/third_party/protorpc/demos/hello/server/app.yaml |
@@ -13,3 +13,15 @@ |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
# See the License for the specific language governing permissions and |
# limitations under the License. |
+# |
+ |
+application: hello-service-demo |
+version: 1 |
+api_version: 1 |
+runtime: python |
+ |
+handlers: |
+ |
+- url: .* |
+ script: services.py |
+ |