From 15007772b6216b73295ce6fa808028e2dc78d495 Mon Sep 17 00:00:00 2001 From: llg8212 Date: Thu, 13 Feb 2014 18:40:02 +0800 Subject: [PATCH] Remove extraneous vim configuration comments Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I6e486876d5743bfbfb3a93c89f6da81c32d22ffd Closes-Bug:#1229324 --- oslo/__init__.py | 2 -- oslo/config/cfg.py | 2 -- oslo/config/iniparser.py | 2 -- oslo/config/types.py | 2 -- tests/test_cfg.py | 2 -- tests/test_iniparser.py | 2 -- tests/test_types.py | 2 -- tests/testmods/bar_foo_opt.py | 2 -- tests/testmods/baz_qux_opt.py | 2 -- tests/testmods/blaa_opt.py | 2 -- tests/utils.py | 2 -- 11 files changed, 22 deletions(-) diff --git a/oslo/__init__.py b/oslo/__init__.py index 8aee3893..594bc164 100644 --- a/oslo/__init__.py +++ b/oslo/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/oslo/config/cfg.py b/oslo/config/cfg.py index d79ea52d..ce105d9d 100644 --- a/oslo/config/cfg.py +++ b/oslo/config/cfg.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/oslo/config/iniparser.py b/oslo/config/iniparser.py index d428c95e..90218e45 100644 --- a/oslo/config/iniparser.py +++ b/oslo/config/iniparser.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/oslo/config/types.py b/oslo/config/types.py index 67fcd30d..cf3484ca 100644 --- a/oslo/config/types.py +++ b/oslo/config/types.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_cfg.py b/tests/test_cfg.py index ed354f6f..399f06f9 100644 --- a/tests/test_cfg.py +++ b/tests/test_cfg.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_iniparser.py b/tests/test_iniparser.py index 5a256fe8..aa0c5a41 100644 --- a/tests/test_iniparser.py +++ b/tests/test_iniparser.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_types.py b/tests/test_types.py index 534c91f5..f3f099c3 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/testmods/bar_foo_opt.py b/tests/testmods/bar_foo_opt.py index 0057f113..3aeff61b 100644 --- a/tests/testmods/bar_foo_opt.py +++ b/tests/testmods/bar_foo_opt.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/testmods/baz_qux_opt.py b/tests/testmods/baz_qux_opt.py index c9814ea1..0ac49e4f 100644 --- a/tests/testmods/baz_qux_opt.py +++ b/tests/testmods/baz_qux_opt.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Intel Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/testmods/blaa_opt.py b/tests/testmods/blaa_opt.py index a7b06b2a..cc93aa4e 100644 --- a/tests/testmods/blaa_opt.py +++ b/tests/testmods/blaa_opt.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/utils.py b/tests/utils.py index 13588327..1cc81e67 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2010-2011 OpenStack Foundation # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration.