summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--novaclient/tests/v1_1/contrib/test_migrations.py2
-rw-r--r--novaclient/tests/v1_1/contrib/test_tenant_networks.py2
-rw-r--r--novaclient/tests/v1_1/test_agents.py2
-rw-r--r--novaclient/tests/v1_1/test_coverage_ext.py2
-rw-r--r--novaclient/tests/v1_1/test_fixed_ips.py2
-rw-r--r--novaclient/tests/v1_1/test_floating_ips_bulk.py2
-rw-r--r--novaclient/tests/v1_1/test_fping.py2
-rw-r--r--novaclient/tests/v1_1/test_services.py2
-rw-r--r--novaclient/tests/v3/test_agents.py2
-rw-r--r--novaclient/tests/v3/test_services.py2
-rw-r--r--novaclient/v1_1/agents.py2
-rw-r--r--novaclient/v1_1/client.py1
-rw-r--r--novaclient/v1_1/contrib/migrations.py2
-rw-r--r--novaclient/v1_1/fixed_ips.py2
-rw-r--r--novaclient/v1_1/floating_ips_bulk.py2
-rw-r--r--novaclient/v1_1/fping.py2
-rw-r--r--novaclient/v1_1/services.py2
-rw-r--r--novaclient/v3/agents.py2
-rw-r--r--novaclient/v3/client.py1
-rw-r--r--novaclient/v3/services.py2
-rw-r--r--tools/install_venv.py2
21 files changed, 0 insertions, 40 deletions
diff --git a/novaclient/tests/v1_1/contrib/test_migrations.py b/novaclient/tests/v1_1/contrib/test_migrations.py
index 2b4d4cb0..95356de9 100644
--- a/novaclient/tests/v1_1/contrib/test_migrations.py
+++ b/novaclient/tests/v1_1/contrib/test_migrations.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/novaclient/tests/v1_1/contrib/test_tenant_networks.py b/novaclient/tests/v1_1/contrib/test_tenant_networks.py
index bb2cbaf8..f2a07700 100644
--- a/novaclient/tests/v1_1/contrib/test_tenant_networks.py
+++ b/novaclient/tests/v1_1/contrib/test_tenant_networks.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/novaclient/tests/v1_1/test_agents.py b/novaclient/tests/v1_1/test_agents.py
index 6671282b..9c5c6d92 100644
--- a/novaclient/tests/v1_1/test_agents.py
+++ b/novaclient/tests/v1_1/test_agents.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/tests/v1_1/test_coverage_ext.py b/novaclient/tests/v1_1/test_coverage_ext.py
index de23ee7b..8c9870d4 100644
--- a/novaclient/tests/v1_1/test_coverage_ext.py
+++ b/novaclient/tests/v1_1/test_coverage_ext.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/novaclient/tests/v1_1/test_fixed_ips.py b/novaclient/tests/v1_1/test_fixed_ips.py
index 550784c4..42e856c9 100644
--- a/novaclient/tests/v1_1/test_fixed_ips.py
+++ b/novaclient/tests/v1_1/test_fixed_ips.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/tests/v1_1/test_floating_ips_bulk.py b/novaclient/tests/v1_1/test_floating_ips_bulk.py
index 8ad2ac4a..5b28f1b0 100644
--- a/novaclient/tests/v1_1/test_floating_ips_bulk.py
+++ b/novaclient/tests/v1_1/test_floating_ips_bulk.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/tests/v1_1/test_fping.py b/novaclient/tests/v1_1/test_fping.py
index 165caf57..4760d5be 100644
--- a/novaclient/tests/v1_1/test_fping.py
+++ b/novaclient/tests/v1_1/test_fping.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/novaclient/tests/v1_1/test_services.py b/novaclient/tests/v1_1/test_services.py
index 8f9b7eb3..a9e1b07d 100644
--- a/novaclient/tests/v1_1/test_services.py
+++ b/novaclient/tests/v1_1/test_services.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/tests/v3/test_agents.py b/novaclient/tests/v3/test_agents.py
index 55b482f7..06534c3a 100644
--- a/novaclient/tests/v3/test_agents.py
+++ b/novaclient/tests/v3/test_agents.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/tests/v3/test_services.py b/novaclient/tests/v3/test_services.py
index 2ad38548..0fd2fc0c 100644
--- a/novaclient/tests/v3/test_services.py
+++ b/novaclient/tests/v3/test_services.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/v1_1/agents.py b/novaclient/v1_1/agents.py
index 51b8ff05..a58675ad 100644
--- a/novaclient/v1_1/agents.py
+++ b/novaclient/v1_1/agents.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/v1_1/client.py b/novaclient/v1_1/client.py
index 24794451..a89581ea 100644
--- a/novaclient/v1_1/client.py
+++ b/novaclient/v1_1/client.py
@@ -1,4 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2012 OpenStack Foundation
# Copyright 2013 IBM Corp.
#
diff --git a/novaclient/v1_1/contrib/migrations.py b/novaclient/v1_1/contrib/migrations.py
index 9322849a..87fdd193 100644
--- a/novaclient/v1_1/contrib/migrations.py
+++ b/novaclient/v1_1/contrib/migrations.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/novaclient/v1_1/fixed_ips.py b/novaclient/v1_1/fixed_ips.py
index fd8f3917..4e7c0e95 100644
--- a/novaclient/v1_1/fixed_ips.py
+++ b/novaclient/v1_1/fixed_ips.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/v1_1/floating_ips_bulk.py b/novaclient/v1_1/floating_ips_bulk.py
index 1eeaaaa2..fb59a19e 100644
--- a/novaclient/v1_1/floating_ips_bulk.py
+++ b/novaclient/v1_1/floating_ips_bulk.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/v1_1/fping.py b/novaclient/v1_1/fping.py
index 36ecac63..ac958d4c 100644
--- a/novaclient/v1_1/fping.py
+++ b/novaclient/v1_1/fping.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/novaclient/v1_1/services.py b/novaclient/v1_1/services.py
index e3712360..45dafbc5 100644
--- a/novaclient/v1_1/services.py
+++ b/novaclient/v1_1/services.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/v3/agents.py b/novaclient/v3/agents.py
index 95e78150..f26bba3f 100644
--- a/novaclient/v3/agents.py
+++ b/novaclient/v3/agents.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 IBM Corp.
# All Rights Reserved.
#
diff --git a/novaclient/v3/client.py b/novaclient/v3/client.py
index 0d8e8c3f..16c5a33b 100644
--- a/novaclient/v3/client.py
+++ b/novaclient/v3/client.py
@@ -1,4 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2012 OpenStack Foundation
# Copyright 2013 IBM Corp.
#
diff --git a/novaclient/v3/services.py b/novaclient/v3/services.py
index 9415755b..fe0f3a6a 100644
--- a/novaclient/v3/services.py
+++ b/novaclient/v3/services.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tools/install_venv.py b/tools/install_venv.py
index 0011a8be..4d8feeae 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.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.
# All Rights Reserved.