summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain/wsgi.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-01-14 12:50:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:01:04 +0000
commit15e52903fa2373b81345cf1e293e7b60ae122a91 (patch)
treea993de7eaa20f64c4e5c3132138c72fb6bdd5690 /bitbake/lib/toaster/toastermain/wsgi.py
parent731a0ac2c8ee7f09c24e30b01ac6e3aeaeb1fd08 (diff)
downloadpoky-15e52903fa2373b81345cf1e293e7b60ae122a91.tar.gz
bitbake: toaster: add vim modelines for .py files
No-op patch that adds vim modelines for all .py files intended to be user-edited. (Bitbake rev: 73271a7c6f1913c68a4b39ab86414f44acc04776) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain/wsgi.py')
-rw-r--r--bitbake/lib/toaster/toastermain/wsgi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastermain/wsgi.py b/bitbake/lib/toaster/toastermain/wsgi.py
index 6277eb4d5e..031b314b1a 100644
--- a/bitbake/lib/toaster/toastermain/wsgi.py
+++ b/bitbake/lib/toaster/toastermain/wsgi.py
@@ -1,4 +1,7 @@
1""" 1"""
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2WSGI config for Toaster project. 5WSGI config for Toaster project.
3 6
4This module contains the WSGI application used by Django's development server 7This module contains the WSGI application used by Django's development server