From 803f0f69a616700329b702b01404d41827c60ce8 Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Wed, 12 Feb 2014 10:18:09 -0600 Subject: [PATCH] Remove vim header Making this change for python-cinderclient to be consistent with Cinder. The same change was made to Cinder via commit ff3f2e5735f0d486b72b6881b05ace94d6d34d03 . Partial-bug 1229324 Change-Id: I69fb960f499f0c9a9c9671d46d10170477cf6695 --- cinderclient/__init__.py | 2 -- tools/colorizer.py | 1 - tools/install_venv.py | 2 -- 3 files changed, 5 deletions(-) diff --git a/cinderclient/__init__.py b/cinderclient/__init__.py index bfaa627a5..29e35c8e1 100644 --- a/cinderclient/__init__.py +++ b/cinderclient/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/colorizer.py b/tools/colorizer.py index 2a079fc33..ebdd236f2 100755 --- a/tools/colorizer.py +++ b/tools/colorizer.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright (c) 2013, Nebula, Inc. # Copyright 2010 United States Government as represented by the diff --git a/tools/install_venv.py b/tools/install_venv.py index 29ff3078e..cc2184378 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved.