From 2f46cc8be811e57afa97dd6de12f7b6de70c75eb Mon Sep 17 00:00:00 2001 From: "Jason E. Rist" Date: Wed, 5 Mar 2014 20:16:20 -0700 Subject: [PATCH] Remove vim: tabstop=5 shiftwidth=4 softtabstop=4 from headers Change-Id: I143222e8c4fc530f94f5b60c9079419c7e5e8a8d --- tools/install_venv.py | 2 -- tuskar_ui/api.py | 2 -- tuskar_ui/cached_property.py | 2 -- tuskar_ui/exceptions.py | 1 - tuskar_ui/forms.py | 1 - tuskar_ui/infrastructure/dashboard.py | 1 - tuskar_ui/infrastructure/nodes/tabs.py | 2 -- tuskar_ui/infrastructure/overcloud/tabs.py | 2 -- tuskar_ui/infrastructure/templatetags/chart_helpers.py | 1 - tuskar_ui/tables.py | 1 - tuskar_ui/test/api_tests/tuskar_tests.py | 1 - tuskar_ui/test/formset_table_tests.py | 1 - tuskar_ui/test/helpers.py | 1 - tuskar_ui/test/settings.py | 1 - tuskar_ui/test/test_data/exceptions.py | 1 - tuskar_ui/test/test_data/utils.py | 1 - tuskar_ui/test/urls.py | 1 - tuskar_ui/workflows.py | 1 - 18 files changed, 23 deletions(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index 6e824e78a..8550e2c6b 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/tuskar_ui/api.py b/tuskar_ui/api.py index d712af6b4..857a49dd6 100644 --- a/tuskar_ui/api.py +++ b/tuskar_ui/api.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/tuskar_ui/cached_property.py b/tuskar_ui/cached_property.py index 6c385bb28..d9674fbf8 100644 --- a/tuskar_ui/cached_property.py +++ b/tuskar_ui/cached_property.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/tuskar_ui/exceptions.py b/tuskar_ui/exceptions.py index f2c70637e..c733264c0 100644 --- a/tuskar_ui/exceptions.py +++ b/tuskar_ui/exceptions.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/forms.py b/tuskar_ui/forms.py index 707c40c9b..f5acdd794 100644 --- a/tuskar_ui/forms.py +++ b/tuskar_ui/forms.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/infrastructure/dashboard.py b/tuskar_ui/infrastructure/dashboard.py index 941e0a737..73876ec9a 100644 --- a/tuskar_ui/infrastructure/dashboard.py +++ b/tuskar_ui/infrastructure/dashboard.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/infrastructure/nodes/tabs.py b/tuskar_ui/infrastructure/nodes/tabs.py index 0a4bc23f0..b23bd50ab 100644 --- a/tuskar_ui/infrastructure/nodes/tabs.py +++ b/tuskar_ui/infrastructure/nodes/tabs.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Nebula, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tuskar_ui/infrastructure/overcloud/tabs.py b/tuskar_ui/infrastructure/overcloud/tabs.py index 2f4308a8b..0c3045033 100644 --- a/tuskar_ui/infrastructure/overcloud/tabs.py +++ b/tuskar_ui/infrastructure/overcloud/tabs.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Nebula, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tuskar_ui/infrastructure/templatetags/chart_helpers.py b/tuskar_ui/infrastructure/templatetags/chart_helpers.py index 0e6a4246c..1d3f61e80 100644 --- a/tuskar_ui/infrastructure/templatetags/chart_helpers.py +++ b/tuskar_ui/infrastructure/templatetags/chart_helpers.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/tables.py b/tuskar_ui/tables.py index 14af89bb4..7802e5854 100644 --- a/tuskar_ui/tables.py +++ b/tuskar_ui/tables.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/api_tests/tuskar_tests.py b/tuskar_ui/test/api_tests/tuskar_tests.py index 9eee953db..1cbb92bbe 100644 --- a/tuskar_ui/test/api_tests/tuskar_tests.py +++ b/tuskar_ui/test/api_tests/tuskar_tests.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/formset_table_tests.py b/tuskar_ui/test/formset_table_tests.py index b0a57a0f8..63127662b 100644 --- a/tuskar_ui/test/formset_table_tests.py +++ b/tuskar_ui/test/formset_table_tests.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/helpers.py b/tuskar_ui/test/helpers.py index 88dbe9158..144e60b07 100644 --- a/tuskar_ui/test/helpers.py +++ b/tuskar_ui/test/helpers.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/settings.py b/tuskar_ui/test/settings.py index 5a1f9a71f..cb60d571c 100644 --- a/tuskar_ui/test/settings.py +++ b/tuskar_ui/test/settings.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/test_data/exceptions.py b/tuskar_ui/test/test_data/exceptions.py index cc0ab8d7a..2b56032ad 100644 --- a/tuskar_ui/test/test_data/exceptions.py +++ b/tuskar_ui/test/test_data/exceptions.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/test_data/utils.py b/tuskar_ui/test/test_data/utils.py index 86a084087..15875f171 100644 --- a/tuskar_ui/test/test_data/utils.py +++ b/tuskar_ui/test/test_data/utils.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/test/urls.py b/tuskar_ui/test/urls.py index 2b94e24b5..8bca48bec 100644 --- a/tuskar_ui/test/urls.py +++ b/tuskar_ui/test/urls.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/tuskar_ui/workflows.py b/tuskar_ui/workflows.py index ff2fbedbc..b11490c87 100644 --- a/tuskar_ui/workflows.py +++ b/tuskar_ui/workflows.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain