summaryrefslogtreecommitdiff
path: root/waitress/tests/fixtureapps/procexit.py
blob: 081d47962cca6246702bf9e0eafe4ca8ab62a796 (plain)
1
2
3
4
import thread

def app(environ, start_response): # pragma: no cover
    thread.interrupt_main()