Home | History | Annotate | Download | only in QueueStatusServer
      1 application: webkit-commit-queue
      2 version: 1
      3 runtime: python
      4 api_version: 1
      5 
      6 handlers:
      7 - url: /stylesheets
      8   static_dir: stylesheets
      9 
     10 - url: /.*
     11   script: main.py
     12