From 3142a317532beb28534ea28731f6d0c2999b1b07 Mon Sep 17 00:00:00 2001 From: Terri Yu Date: Fri, 27 Sep 2013 01:17:55 +0000 Subject: [PATCH] Remove extraneous vim configuration comments Fixes bug # 1229324 Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 at the top of source code files, except for files in ceilometer/openstack/common and bin/ceilometer-rpc-zmq-receiver Change-Id: Ic8643afbc3510c36c41871b8a840a9b9e21eaba7 --- ceilometer/compute/virt/hyperv/inspector.py | 2 -- ceilometer/compute/virt/hyperv/utilsv2.py | 2 -- .../sqlalchemy/migrate_repo/versions/003_set_utf8_charset.py | 2 -- ceilometer/utils.py | 2 -- tests/compute/virt/hyperv/test_inspector.py | 2 -- tests/compute/virt/hyperv/test_utilsv2.py | 2 -- 6 files changed, 12 deletions(-) diff --git a/ceilometer/compute/virt/hyperv/inspector.py b/ceilometer/compute/virt/hyperv/inspector.py index 6a29e01cf..57e8e27d2 100644 --- a/ceilometer/compute/virt/hyperv/inspector.py +++ b/ceilometer/compute/virt/hyperv/inspector.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Cloudbase Solutions Srl # # Author: Claudiu Belu diff --git a/ceilometer/compute/virt/hyperv/utilsv2.py b/ceilometer/compute/virt/hyperv/utilsv2.py index d0e85215c..ce5438879 100644 --- a/ceilometer/compute/virt/hyperv/utilsv2.py +++ b/ceilometer/compute/virt/hyperv/utilsv2.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Cloudbase Solutions Srl # # Author: Claudiu Belu diff --git a/ceilometer/storage/sqlalchemy/migrate_repo/versions/003_set_utf8_charset.py b/ceilometer/storage/sqlalchemy/migrate_repo/versions/003_set_utf8_charset.py index 9a5cb3cad..c9cf42568 100644 --- a/ceilometer/storage/sqlalchemy/migrate_repo/versions/003_set_utf8_charset.py +++ b/ceilometer/storage/sqlalchemy/migrate_repo/versions/003_set_utf8_charset.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Canonical. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/ceilometer/utils.py b/ceilometer/utils.py index d5ca45f96..af0e02a7f 100644 --- a/ceilometer/utils.py +++ b/ceilometer/utils.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. # Copyright 2011 Justin Santa Barbara diff --git a/tests/compute/virt/hyperv/test_inspector.py b/tests/compute/virt/hyperv/test_inspector.py index 05477f40c..25f5a7cb1 100644 --- a/tests/compute/virt/hyperv/test_inspector.py +++ b/tests/compute/virt/hyperv/test_inspector.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Cloudbase Solutions Srl # # Author: Alessandro Pilotti diff --git a/tests/compute/virt/hyperv/test_utilsv2.py b/tests/compute/virt/hyperv/test_utilsv2.py index d9f7d1f43..faf32111f 100644 --- a/tests/compute/virt/hyperv/test_utilsv2.py +++ b/tests/compute/virt/hyperv/test_utilsv2.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Cloudbase Solutions Srl # # Author: Alessandro Pilotti