summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2013-10-11 13:55:09 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2013-10-11 13:55:09 -0700
commitc606de76c741ead69256758198ded7529ac019cf (patch)
treefa81d32a86ac3872d38daa7d6ab571b470d725ea
parente1f45ba7b1002612317482336e666210c7aaf65e (diff)
downloadoslo-serialization-c606de76c741ead69256758198ded7529ac019cf.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/jsonutils.py2
-rw-r--r--tests/unit/test_jsonutils.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/openstack/common/jsonutils.py b/openstack/common/jsonutils.py
index 100a10e..39afa5e 100644
--- a/openstack/common/jsonutils.py
+++ b/openstack/common/jsonutils.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.
# Copyright 2011 Justin Santa Barbara
diff --git a/tests/unit/test_jsonutils.py b/tests/unit/test_jsonutils.py
index 94d5076..c545ef1 100644
--- a/tests/unit/test_jsonutils.py
+++ b/tests/unit/test_jsonutils.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#