From 648f2dd33de739b3dd2cffe15a75039b2fb0ab38 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 24 Feb 2014 04:30:19 -0500 Subject: [PATCH] Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: Ib2b5642b7d9051d4586419a6dd4785060cd59825 Closes-Bug: #1229324 --- tests/test_update.py | 2 -- tests/test_update_suffix.py | 2 -- update.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/tests/test_update.py b/tests/test_update.py index 6ffd5d903b..d14950fb34 100644 --- a/tests/test_update.py +++ b/tests/test_update.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_update_suffix.py b/tests/test_update_suffix.py index cd3fbaf027..57950e34d0 100644 --- a/tests/test_update_suffix.py +++ b/tests/test_update_suffix.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/update.py b/update.py index e4933c224f..d49645f693 100644 --- a/update.py +++ b/update.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # Copyright 2013 Hewlett-Packard Development Company, L.P. #