From aa175f619425fc638fe489f7b8e0cd1f621ad79f Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 23 Jan 2014 12:53:06 +0900 Subject: [PATCH] Remove vim headers 2nd round We don't need to have the vim headers in each source files. So we have already removed all of it at Change-Id: I43703e2289212389c7841f44691ae7849ed1f505 However, some files still have it now because of the patch time lag. Maybe, we should have a hacking rule for this. But it's out of scope here. Change-Id: I8d09cb41ad633719857973a3ea228cd8dd3a9270 Closes-Bug: #1229324 --- tempest/api/compute/floating_ips/base.py | 2 -- tempest/api/compute/security_groups/base.py | 2 -- tempest/api/identity/admin/v3/test_groups.py | 2 -- tempest/scenario/test_aggregates_basic_ops.py | 2 -- 4 files changed, 8 deletions(-) diff --git a/tempest/api/compute/floating_ips/base.py b/tempest/api/compute/floating_ips/base.py index e2c9b04f02..fd76e62e3f 100644 --- a/tempest/api/compute/floating_ips/base.py +++ b/tempest/api/compute/floating_ips/base.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2014 OpenStack Foundation # All Rights Reserved. # diff --git a/tempest/api/compute/security_groups/base.py b/tempest/api/compute/security_groups/base.py index 66f2600218..6838ce1e32 100644 --- a/tempest/api/compute/security_groups/base.py +++ b/tempest/api/compute/security_groups/base.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tempest/api/identity/admin/v3/test_groups.py b/tempest/api/identity/admin/v3/test_groups.py index ca8ca54ec3..70afec7fdd 100644 --- a/tempest/api/identity/admin/v3/test_groups.py +++ b/tempest/api/identity/admin/v3/test_groups.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # All Rights Reserved. # diff --git a/tempest/scenario/test_aggregates_basic_ops.py b/tempest/scenario/test_aggregates_basic_ops.py index 3ae9567d63..7afa8637f2 100644 --- a/tempest/scenario/test_aggregates_basic_ops.py +++ b/tempest/scenario/test_aggregates_basic_ops.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # All Rights Reserved. #