Index: third_party/gsutil/third_party/protorpc/demos/echo/app.yaml |
diff --git a/third_party/mapreduce/mapreduce/third_party/__init__.py b/third_party/gsutil/third_party/protorpc/demos/echo/app.yaml |
similarity index 79% |
copy from third_party/mapreduce/mapreduce/third_party/__init__.py |
copy to third_party/gsutil/third_party/protorpc/demos/echo/app.yaml |
index 6c49c4299556faf32422012d20c0b9e8609e5a91..1322d582cd0e59c6de4b5d4e24b66a844802537d 100755 |
--- a/third_party/mapreduce/mapreduce/third_party/__init__.py |
+++ b/third_party/gsutil/third_party/protorpc/demos/echo/app.yaml |
@@ -13,3 +13,18 @@ |
# 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: echo-service-demo |
+version: 1 |
+api_version: 1 |
+runtime: python |
+ |
+handlers: |
+ |
+- url: / |
+ script: main.py |
+ |
+- url: /.+ |
+ script: services.py |
+ |