diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-10-14 11:44:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-10-14 11:44:04 +0000 |
commit | 787d63dca20f2c2c00d119162d5ef720711c59c8 (patch) | |
tree | cc916d1623b8419e7832a15bfca531316ebb7e90 /pbr/tests | |
parent | fc474b731b6849ef59488d5717214d49a2f9569c (diff) | |
parent | 24c8ad99fd77547290a6a48c5f3f5077ebe2e8f9 (diff) | |
download | pbr-787d63dca20f2c2c00d119162d5ef720711c59c8.tar.gz |
Merge "Remove extraneous vim editor configuration comments"
Diffstat (limited to 'pbr/tests')
-rw-r--r-- | pbr/tests/base.py | 2 | ||||
-rw-r--r-- | pbr/tests/test_files.py | 2 | ||||
-rw-r--r-- | pbr/tests/test_setup.py | 2 | ||||
-rw-r--r-- | pbr/tests/test_version.py | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/pbr/tests/base.py b/pbr/tests/base.py index ab4d1fb..6f94c89 100644 --- a/pbr/tests/base.py +++ b/pbr/tests/base.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/pbr/tests/test_files.py b/pbr/tests/test_files.py index d9cf3e5..e60b6ca 100644 --- a/pbr/tests/test_files.py +++ b/pbr/tests/test_files.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. # diff --git a/pbr/tests/test_setup.py b/pbr/tests/test_setup.py index 80d9a70..2714449 100644 --- a/pbr/tests/test_setup.py +++ b/pbr/tests/test_setup.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/pbr/tests/test_version.py b/pbr/tests/test_version.py index e55b81d..0e7e90b 100644 --- a/pbr/tests/test_version.py +++ b/pbr/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. # |