File: boot_fail.py

package info (click to toggle)
gunicorn 19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,036 kB
  • sloc: python: 11,578; makefile: 153; xml: 122; sh: 76
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (8)
1
2
3
4
5

raise RuntimeError("Bad app!")

def app(environ, start_response):
    assert 1 == 2, "Shouldn't get here."