From 52db0a385a6e6f302fe4ead8ee6ec6bdbe5db6c3 Mon Sep 17 00:00:00 2001 From: He Yongli Date: Thu, 13 Feb 2014 12:53:24 +0800 Subject: Remove extraneous vim configuration comments Remove vim setting, Remove line containing: comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 at the top of source code files, except for files in openstack/common. Change-Id: I5e2aad6dca8407890fc3c2afbda541bd4f124ea8 Closes-Bug: #1229324 --- tools/install_venv.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/install_venv.py b/tools/install_venv.py index e25bed82..3af55bce 100755 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,7 +1,5 @@ #!/usr/bin/env python -# 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. -- cgit v1.2.1