summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHe Yongli <yongli.he@intel.com>2014-02-13 12:53:24 +0800
committerHe Yongli <yongli.he@intel.com>2014-02-27 15:05:21 +0800
commit52db0a385a6e6f302fe4ead8ee6ec6bdbe5db6c3 (patch)
tree968f4c9d98396010d1848a9601962d140c122728 /tools
parentb8b820be1e1641b1721eeaf8ab3209570fc9072a (diff)
downloadtrove-52db0a385a6e6f302fe4ead8ee6ec6bdbe5db6c3.tar.gz
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install_venv.py2
1 files changed, 0 insertions, 2 deletions
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.