summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2014-02-24 04:14:32 -0500
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2014-02-24 04:14:50 -0500
commit7964466fb20b045d5280e0cb2c737d8bd14f7f49 (patch)
tree87743d03078e330c9da155a3647e5eef5372c1f7
parentbf9618cac8894d8bceb64b5f391ef98c614d345b (diff)
downloadoslo-version-7964466fb20b045d5280e0cb2c737d8bd14f7f49.tar.gz
Remove vim header
We don't need vim modelines in each source file, it can be set in user's vimrc. Closes-Bug: #1229324 Change-Id: I1629d4e1752efc35e25b0d30f8d1d5171363de2b
-rw-r--r--oslo/version/__init__.py2
-rw-r--r--tests/__init__.py2
-rw-r--r--tests/test_version.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/oslo/version/__init__.py b/oslo/version/__init__.py
index 51c6e0e..77f769c 100644
--- a/oslo/version/__init__.py
+++ b/oslo/version/__init__.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/__init__.py b/tests/__init__.py
index 4c597d6..4ad6fe4 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2010-2011 OpenStack Foundation
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
diff --git a/tests/test_version.py b/tests/test_version.py
index daab1c2..1f3b484 100644
--- a/tests/test_version.py
+++ b/tests/test_version.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 Red Hat, Inc.
# Copyright 2012-2013 Hewlett-Packard Development Company, L.P.
#