From 121afcec3ab0ec56dc79a8d0819dc18dc0175e38 Mon Sep 17 00:00:00 2001 From: Tony Xu Date: Sat, 24 Sep 2016 05:01:38 +0800 Subject: [PATCH] Trivial: Remove vim header from source files Change-Id: Ia2d7ff1e5c80ccada682ca314172ce8a70218576 --- tools/install_venv.py | 2 -- tools/install_venv_common.py | 2 -- tools/lintstack.py | 1 - 3 files changed, 5 deletions(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index 0011a8be..4d8feeae 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 f428c1e0..8f54ce6d 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 Foundation # Copyright 2013 IBM Corp. # diff --git a/tools/lintstack.py b/tools/lintstack.py index 8b70c0db..7189ae3a 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright (c) 2012, AT&T Labs, Yun Mao # All Rights Reserved.