kerneltest: another wsgi change

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-03-13 13:27:48 +10:00
parent f259ca4e04
commit 83a752c549

View file

@ -1,4 +1,4 @@
from kerneltest import APP
from kerneltest.app import APP
if __name__ == '__main__':
APP.run()