From 7964466fb20b045d5280e0cb2c737d8bd14f7f49 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 24 Feb 2014 04:14:32 -0500 Subject: [PATCH] Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Closes-Bug: #1229324 Change-Id: I1629d4e1752efc35e25b0d30f8d1d5171363de2b --- oslo/version/__init__.py | 2 -- tests/__init__.py | 2 -- tests/test_version.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/oslo/version/__init__.py b/oslo/version/__init__.py index 51c6e0e..77f769c 100644 --- a/oslo/version/__init__.py +++ b/oslo/version/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/__init__.py b/tests/__init__.py index 4c597d6..4ad6fe4 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # diff --git a/tests/test_version.py b/tests/test_version.py index daab1c2..1f3b484 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Red Hat, Inc. # Copyright 2012-2013 Hewlett-Packard Development Company, L.P. #