kerneltest: more wsgi.py tweaks
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
45a7e7e53b
commit
1c18ac5886
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1 @@
|
|||
from kerneltest.app import APP
|
||||
|
||||
if __name__ == '__main__':
|
||||
APP.run()
|
||||
from kerneltest.app import APP as application
|
Loading…
Add table
Add a link
Reference in a new issue