ansible/roles/openshift-apps/kerneltest/templates/wsgi.py
Ryan Lerch f259ca4e04 kerneltest: use the correct module in wsgi.py
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-03-13 13:15:24 +10:00

4 lines
No EOL
67 B
Python

from kerneltest import APP
if __name__ == '__main__':
APP.run()