From d80462893351d36b4495756773d4f9ad2682f4cc Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Sat, 28 Dec 2013 15:51:05 +0800 Subject: [PATCH] Remove vim header Vim settings can be done in your vimrc file, there is no need to add them in each source files. Also if set incorrectly, gate (pep8 check) will catch your mistakes. NOTE: openstack.common files are left untouched because they should be fixed in oslo. Change-Id: I96fe6479e64a13766e7a974727405423a66cd496 Closes-Bug: #1229324 --- heatclient/tests/test_events.py | 2 -- heatclient/tests/test_resources.py | 2 -- heatclient/tests/test_stacks.py | 3 --- heatclient/v1/actions.py | 2 -- 4 files changed, 9 deletions(-) diff --git a/heatclient/tests/test_events.py b/heatclient/tests/test_events.py index 915660b1..445437d6 100644 --- a/heatclient/tests/test_events.py +++ b/heatclient/tests/test_events.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heatclient/tests/test_resources.py b/heatclient/tests/test_resources.py index 16c18a0b..a87aa2b3 100644 --- a/heatclient/tests/test_resources.py +++ b/heatclient/tests/test_resources.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heatclient/tests/test_stacks.py b/heatclient/tests/test_stacks.py index d1920742..a08c013a 100644 --- a/heatclient/tests/test_stacks.py +++ b/heatclient/tests/test_stacks.py @@ -1,6 +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/heatclient/v1/actions.py b/heatclient/v1/actions.py index bf82d457..e615912f 100644 --- a/heatclient/v1/actions.py +++ b/heatclient/v1/actions.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