summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2013-10-11 13:55:09 -0700
committerZhongyue Luo <zhongyue.nah@intel.com>2013-11-25 12:16:11 +0800
commitfab0dba3ef990239f56a5cdde9f2b935cbbb95e3 (patch)
tree0d7eb0d97e21454f22cad4c79f648e1224bf6d6f
parenta8e60399051b4a0e6065d69ea3b682861ce3883f (diff)
downloadoslo-context-fab0dba3ef990239f56a5cdde9f2b935cbbb95e3.tar.gz
Remove vim header
No need to set tabstop 189 times, this can be set in your vimrc file instead. Also if set incorrectly gate (pep8 check) will catch your mistakes. Change-Id: Ic6f0c0ef94e8194a5c121598305d1ec3c74e4843
-rw-r--r--openstack/common/context.py2
-rw-r--r--tests/unit/test_context.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/openstack/common/context.py b/openstack/common/context.py
index cdfe433..2e46d70 100644
--- a/openstack/common/context.py
+++ b/openstack/common/context.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
diff --git a/tests/unit/test_context.py b/tests/unit/test_context.py
index ae79b31..47cb003 100644
--- a/tests/unit/test_context.py
+++ b/tests/unit/test_context.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#