summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/management/commands/buildimport.py3
-rw-r--r--bitbake/lib/toaster/toastermain/management/commands/checksocket.py2
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py3
-rw-r--r--bitbake/lib/toaster/toastermain/settings_production_example.py3
-rw-r--r--bitbake/lib/toaster/toastermain/settings_test.py3
-rw-r--r--bitbake/lib/toaster/toastermain/urls.py3
-rw-r--r--bitbake/lib/toaster/toastermain/wsgi.py3
7 files changed, 0 insertions, 20 deletions
diff --git a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py
index a6340575a9..408ad44e6e 100644
--- a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py
+++ b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py
@@ -1,7 +1,4 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
5# BitBake Toaster Implementation 2# BitBake Toaster Implementation
6# 3#
7# Copyright (C) 2018 Wind River Systems 4# Copyright (C) 2018 Wind River Systems
diff --git a/bitbake/lib/toaster/toastermain/management/commands/checksocket.py b/bitbake/lib/toaster/toastermain/management/commands/checksocket.py
index 822373011c..c1758f3402 100644
--- a/bitbake/lib/toaster/toastermain/management/commands/checksocket.py
+++ b/bitbake/lib/toaster/toastermain/management/commands/checksocket.py
@@ -1,6 +1,4 @@
1#!/usr/bin/env python 1#!/usr/bin/env python
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4# 2#
5# BitBake Toaster Implementation 3# BitBake Toaster Implementation
6# 4#
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index 457ed0da10..74501fa26b 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -1,7 +1,4 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
5# BitBake Toaster Implementation 2# BitBake Toaster Implementation
6# 3#
7# Copyright (C) 2013 Intel Corporation 4# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/settings_production_example.py b/bitbake/lib/toaster/toastermain/settings_production_example.py
index d06841fcce..6cd0f52dd7 100644
--- a/bitbake/lib/toaster/toastermain/settings_production_example.py
+++ b/bitbake/lib/toaster/toastermain/settings_production_example.py
@@ -1,7 +1,4 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
5# BitBake Toaster Implementation 2# BitBake Toaster Implementation
6# 3#
7# Copyright (C) 2016 Intel Corporation 4# Copyright (C) 2016 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/settings_test.py b/bitbake/lib/toaster/toastermain/settings_test.py
index 599cc186a6..6538d9e453 100644
--- a/bitbake/lib/toaster/toastermain/settings_test.py
+++ b/bitbake/lib/toaster/toastermain/settings_test.py
@@ -1,7 +1,4 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
5# BitBake Toaster Implementation 2# BitBake Toaster Implementation
6# 3#
7# Copyright (C) 2016 Intel Corporation 4# Copyright (C) 2016 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py
index d3a95923f5..ac77bc3632 100644
--- a/bitbake/lib/toaster/toastermain/urls.py
+++ b/bitbake/lib/toaster/toastermain/urls.py
@@ -1,7 +1,4 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
5# BitBake Toaster Implementation 2# BitBake Toaster Implementation
6# 3#
7# Copyright (C) 2013 Intel Corporation 4# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/wsgi.py b/bitbake/lib/toaster/toastermain/wsgi.py
index 5ad22aea18..4c31283279 100644
--- a/bitbake/lib/toaster/toastermain/wsgi.py
+++ b/bitbake/lib/toaster/toastermain/wsgi.py
@@ -3,9 +3,6 @@
3# 3#
4 4
5""" 5"""
6# ex:ts=4:sw=4:sts=4:et
7# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
8#
9WSGI config for Toaster project. 6WSGI config for Toaster project.
10 7
11This module contains the WSGI application used by Django's development server 8This module contains the WSGI application used by Django's development server