From cfe99f07757352e3948918d33f08a2d4ad59595e Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 9 Jul 2015 22:07:49 +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: I6183fc422245e3d87cb9e2da6f8d584787e2d423 --- tools/install_venv.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index 29ff3078e..cc2184378 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.