From 9dc9b313e03e2f39289969b25a05ce74ae33d785 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 11 Oct 2013 13:55:09 -0700 Subject: [PATCH] Remove vim header No need to set tabstop 189 times, this can be set in your vimrc file instead. Also if set incorrectly gate (pep8 check) will catch your mistakes. Change-Id: Ic6f0c0ef94e8194a5c121598305d1ec3c74e4843 --- openstack/common/context.py | 2 -- openstack/common/local.py | 2 -- openstack/common/log.py | 2 -- tests/unit/test_context.py | 2 -- tests/unit/test_local.py | 2 -- 5 files changed, 10 deletions(-) diff --git a/openstack/common/context.py b/openstack/common/context.py index cdfe433f..2e46d702 100644 --- a/openstack/common/context.py +++ b/openstack/common/context.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/openstack/common/local.py b/openstack/common/local.py index e82f17d0..0819d5b9 100644 --- a/openstack/common/local.py +++ b/openstack/common/local.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/openstack/common/log.py b/openstack/common/log.py index c7c7260e..b24b6551 100644 --- a/openstack/common/log.py +++ b/openstack/common/log.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. diff --git a/tests/unit/test_context.py b/tests/unit/test_context.py index ae79b318..47cb0033 100644 --- a/tests/unit/test_context.py +++ b/tests/unit/test_context.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tests/unit/test_local.py b/tests/unit/test_local.py index a8c9ab65..9310a51f 100644 --- a/tests/unit/test_local.py +++ b/tests/unit/test_local.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation. # All Rights Reserved. #