diff options
author | He Yongli <yongli.he@intel.com> | 2014-02-13 12:53:24 +0800 |
---|---|---|
committer | He Yongli <yongli.he@intel.com> | 2014-02-27 15:05:21 +0800 |
commit | 52db0a385a6e6f302fe4ead8ee6ec6bdbe5db6c3 (patch) | |
tree | 968f4c9d98396010d1848a9601962d140c122728 /trove/cmd/conductor.py | |
parent | b8b820be1e1641b1721eeaf8ab3209570fc9072a (diff) | |
download | trove-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 'trove/cmd/conductor.py')
-rwxr-xr-x | trove/cmd/conductor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trove/cmd/conductor.py b/trove/cmd/conductor.py index ea5204e7..0a1eff2b 100755 --- a/trove/cmd/conductor.py +++ b/trove/cmd/conductor.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Rackspace Hosting # All Rights Reserved. |