From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/bitbake/lib/toaster/toastermain/wsgi.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'external/poky/bitbake/lib/toaster/toastermain/wsgi.py') diff --git a/external/poky/bitbake/lib/toaster/toastermain/wsgi.py b/external/poky/bitbake/lib/toaster/toastermain/wsgi.py index 031b314b..4c312832 100644 --- a/external/poky/bitbake/lib/toaster/toastermain/wsgi.py +++ b/external/poky/bitbake/lib/toaster/toastermain/wsgi.py @@ -1,7 +1,8 @@ -""" -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # +# SPDX-License-Identifier: GPL-2.0-only +# + +""" WSGI config for Toaster project. This module contains the WSGI application used by Django's development server -- cgit 1.2.3-korg