summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--bitbake/lib/toaster/bldviewer/api.py3
-rw-r--r--bitbake/lib/toaster/bldviewer/templatetags/projecttags.py3
-rw-r--r--bitbake/lib/toaster/bldviewer/urls.py3
-rw-r--r--bitbake/lib/toaster/bldviewer/views.py3
-rw-r--r--bitbake/lib/toaster/orm/models.py3
-rw-r--r--bitbake/lib/toaster/toastergui/templatetags/projecttags.py3
-rw-r--r--bitbake/lib/toaster/toastergui/urls.py3
-rw-r--r--bitbake/lib/toaster/toastergui/views.py3
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py3
-rw-r--r--bitbake/lib/toaster/toastermain/urls.py3
-rw-r--r--bitbake/lib/toaster/toastermain/wsgi.py3
11 files changed, 33 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldviewer/api.py b/bitbake/lib/toaster/bldviewer/api.py
index a586734eb9..596e6a93c6 100644
--- a/bitbake/lib/toaster/bldviewer/api.py
+++ b/bitbake/lib/toaster/bldviewer/api.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py b/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py
index 0c0d804c0c..1b8953c69d 100644
--- a/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py
+++ b/bitbake/lib/toaster/bldviewer/templatetags/projecttags.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/bldviewer/urls.py b/bitbake/lib/toaster/bldviewer/urls.py
index 354b729655..24c3017059 100644
--- a/bitbake/lib/toaster/bldviewer/urls.py
+++ b/bitbake/lib/toaster/bldviewer/urls.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/bldviewer/views.py b/bitbake/lib/toaster/bldviewer/views.py
index 6a90ed7b5a..e8f6b96df7 100644
--- a/bitbake/lib/toaster/bldviewer/views.py
+++ b/bitbake/lib/toaster/bldviewer/views.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py
index 7c439487e9..3a4f2fb884 100644
--- a/bitbake/lib/toaster/orm/models.py
+++ b/bitbake/lib/toaster/orm/models.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
index 15a1757b35..24639477f6 100644
--- a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
+++ b/bitbake/lib/toaster/toastergui/templatetags/projecttags.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py
index 585578316a..6e7595b087 100644
--- a/bitbake/lib/toaster/toastergui/urls.py
+++ b/bitbake/lib/toaster/toastergui/urls.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 09da9c2a2e..a123eb5095 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index 679035e887..c8db82f7ab 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py
index 10e685af38..ede5e4f96f 100644
--- a/bitbake/lib/toaster/toastermain/urls.py
+++ b/bitbake/lib/toaster/toastermain/urls.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#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
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