aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-01-14 12:50:32 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-01-27 15:19:49 +0000
commit73271a7c6f1913c68a4b39ab86414f44acc04776 (patch)
treeeab906f9cdc0ef91421ee7821e0cbecf81f141c6
parenta4164821a142f8b625a5fdc209adc6dc80874241 (diff)
downloadbitbake-73271a7c6f1913c68a4b39ab86414f44acc04776.tar.gz
toaster: add vim modelines for .py files
No-op patch that adds vim modelines for all .py files intended to be user-edited. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
-rw-r--r--lib/toaster/bldviewer/api.py3
-rw-r--r--lib/toaster/bldviewer/templatetags/projecttags.py3
-rw-r--r--lib/toaster/bldviewer/urls.py3
-rw-r--r--lib/toaster/bldviewer/views.py3
-rw-r--r--lib/toaster/orm/models.py3
-rw-r--r--lib/toaster/toastergui/templatetags/projecttags.py3
-rw-r--r--lib/toaster/toastergui/urls.py3
-rw-r--r--lib/toaster/toastergui/views.py3
-rw-r--r--lib/toaster/toastermain/settings.py3
-rw-r--r--lib/toaster/toastermain/urls.py3
-rw-r--r--lib/toaster/toastermain/wsgi.py3
11 files changed, 33 insertions, 0 deletions
diff --git a/lib/toaster/bldviewer/api.py b/lib/toaster/bldviewer/api.py
index a586734eb..596e6a93c 100644
--- a/lib/toaster/bldviewer/api.py
+++ b/lib/toaster/bldviewer/api.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/bldviewer/templatetags/projecttags.py b/lib/toaster/bldviewer/templatetags/projecttags.py
index 0c0d804c0..1b8953c69 100644
--- a/lib/toaster/bldviewer/templatetags/projecttags.py
+++ b/lib/toaster/bldviewer/templatetags/projecttags.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/bldviewer/urls.py b/lib/toaster/bldviewer/urls.py
index 354b72965..24c301705 100644
--- a/lib/toaster/bldviewer/urls.py
+++ b/lib/toaster/bldviewer/urls.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/bldviewer/views.py b/lib/toaster/bldviewer/views.py
index 6a90ed7b5..e8f6b96df 100644
--- a/lib/toaster/bldviewer/views.py
+++ b/lib/toaster/bldviewer/views.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/orm/models.py b/lib/toaster/orm/models.py
index 7c439487e..3a4f2fb88 100644
--- a/lib/toaster/orm/models.py
+++ b/lib/toaster/orm/models.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/toastergui/templatetags/projecttags.py b/lib/toaster/toastergui/templatetags/projecttags.py
index 15a1757b3..24639477f 100644
--- a/lib/toaster/toastergui/templatetags/projecttags.py
+++ b/lib/toaster/toastergui/templatetags/projecttags.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/toastergui/urls.py b/lib/toaster/toastergui/urls.py
index 585578316..6e7595b08 100644
--- a/lib/toaster/toastergui/urls.py
+++ b/lib/toaster/toastergui/urls.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py
index 09da9c2a2..a123eb509 100644
--- a/lib/toaster/toastergui/views.py
+++ b/lib/toaster/toastergui/views.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/toastermain/settings.py b/lib/toaster/toastermain/settings.py
index 679035e88..c8db82f7a 100644
--- a/lib/toaster/toastermain/settings.py
+++ b/lib/toaster/toastermain/settings.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/toastermain/urls.py b/lib/toaster/toastermain/urls.py
index 10e685af3..ede5e4f96 100644
--- a/lib/toaster/toastermain/urls.py
+++ b/lib/toaster/toastermain/urls.py
@@ -1,4 +1,7 @@
#
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
# BitBake Toaster Implementation
#
# Copyright (C) 2013 Intel Corporation
diff --git a/lib/toaster/toastermain/wsgi.py b/lib/toaster/toastermain/wsgi.py
index 6277eb4d5..031b314b1 100644
--- a/lib/toaster/toastermain/wsgi.py
+++ b/lib/toaster/toastermain/wsgi.py
@@ -1,4 +1,7 @@
"""
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
WSGI config for Toaster project.
This module contains the WSGI application used by Django's development server