From 3622dfa2fb4c66fd8cbb76bc8a730195f4c32305 Mon Sep 17 00:00:00 2001 From: He Yongli Date: Thu, 13 Feb 2014 14:42:16 +0800 Subject: [PATCH] Remove vim header No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: Iff0d2e4725355800f923a04a1bfcac3003a6abd2 Close-bug: #1229324 --- ironicclient/openstack/common/importutils.py | 2 -- ironicclient/tests/v1/test_chassis.py | 1 - ironicclient/tests/v1/test_driver.py | 1 - ironicclient/tests/v1/test_node.py | 1 - ironicclient/tests/v1/test_port.py | 1 - ironicclient/v1/__init__.py | 1 - ironicclient/v1/chassis_shell.py | 1 - ironicclient/v1/driver.py | 1 - ironicclient/v1/driver_shell.py | 1 - ironicclient/v1/node_shell.py | 1 - ironicclient/v1/port_shell.py | 1 - tools/install_venv_common.py | 2 -- 12 files changed, 14 deletions(-) diff --git a/ironicclient/openstack/common/importutils.py b/ironicclient/openstack/common/importutils.py index 3bd277f47..8f9d5eeb8 100644 --- a/ironicclient/openstack/common/importutils.py +++ b/ironicclient/openstack/common/importutils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/ironicclient/tests/v1/test_chassis.py b/ironicclient/tests/v1/test_chassis.py index dfe12fb85..4a526da61 100644 --- a/ironicclient/tests/v1/test_chassis.py +++ b/ironicclient/tests/v1/test_chassis.py @@ -1,6 +1,5 @@ # -*- encoding: utf-8 -*- #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. # All Rights Reserved. diff --git a/ironicclient/tests/v1/test_driver.py b/ironicclient/tests/v1/test_driver.py index af2563e40..617ef00bf 100644 --- a/ironicclient/tests/v1/test_driver.py +++ b/ironicclient/tests/v1/test_driver.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # coding: utf-8 # # Copyright 2013 Red Hat, Inc. diff --git a/ironicclient/tests/v1/test_node.py b/ironicclient/tests/v1/test_node.py index d4031e710..cbf3bb49a 100644 --- a/ironicclient/tests/v1/test_node.py +++ b/ironicclient/tests/v1/test_node.py @@ -1,6 +1,5 @@ # -*- encoding: utf-8 -*- #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2013 Hewlett-Packard Development Company, L.P. # diff --git a/ironicclient/tests/v1/test_port.py b/ironicclient/tests/v1/test_port.py index 6c866f803..163751711 100644 --- a/ironicclient/tests/v1/test_port.py +++ b/ironicclient/tests/v1/test_port.py @@ -1,6 +1,5 @@ # -*- encoding: utf-8 -*- #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. # All Rights Reserved. diff --git a/ironicclient/v1/__init__.py b/ironicclient/v1/__init__.py index 350b70524..dd997cebd 100644 --- a/ironicclient/v1/__init__.py +++ b/ironicclient/v1/__init__.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. # All Rights Reserved. diff --git a/ironicclient/v1/chassis_shell.py b/ironicclient/v1/chassis_shell.py index e7e046f1b..47b42079b 100644 --- a/ironicclient/v1/chassis_shell.py +++ b/ironicclient/v1/chassis_shell.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. # All Rights Reserved. diff --git a/ironicclient/v1/driver.py b/ironicclient/v1/driver.py index 5089958fc..43664ff29 100644 --- a/ironicclient/v1/driver.py +++ b/ironicclient/v1/driver.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # coding: utf-8 # # Copyright 2013 Red Hat, Inc. diff --git a/ironicclient/v1/driver_shell.py b/ironicclient/v1/driver_shell.py index cd03b0e50..674306d1e 100644 --- a/ironicclient/v1/driver_shell.py +++ b/ironicclient/v1/driver_shell.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # coding: utf-8 # # Copyright 2013 Red Hat, Inc. diff --git a/ironicclient/v1/node_shell.py b/ironicclient/v1/node_shell.py index b0c8208bc..01d1b5a1a 100644 --- a/ironicclient/v1/node_shell.py +++ b/ironicclient/v1/node_shell.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. # All Rights Reserved. diff --git a/ironicclient/v1/port_shell.py b/ironicclient/v1/port_shell.py index 5b9fccdff..fd9829f33 100644 --- a/ironicclient/v1/port_shell.py +++ b/ironicclient/v1/port_shell.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. # All Rights Reserved. diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index f428c1e02..8f54ce6d9 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 OpenStack Foundation # Copyright 2013 IBM Corp. #