From 775a0f8d9bd882b55ce3cb44c8024a5e35c12e08 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 9 Jul 2015 12:25:59 +0800 Subject: [PATCH] Remove all vim modelines Vim modelines should not be used in OpenStack project any longer [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html Change-Id: I4bade9afe033c6f80cbe931cd07486dc32da4174 --- tools/install_venv.py | 2 -- tools/install_venv_common.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index f587ee54..c07d2b78 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.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. # All Rights Reserved. diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index 11043fd7..474bec72 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 OpenStack, LLC # Copyright 2013 IBM Corp. #