diff --git a/tacker/__init__.py b/tacker/__init__.py index 341cd1f1a..7f5e8f1bb 100644 --- a/tacker/__init__.py +++ b/tacker/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/agent/common/config.py b/tacker/agent/common/config.py index 48443712e..a8943f182 100644 --- a/tacker/agent/common/config.py +++ b/tacker/agent/common/config.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/agent/linux/async_process.py b/tacker/agent/linux/async_process.py index a89097f90..6f75ded3f 100644 --- a/tacker/agent/linux/async_process.py +++ b/tacker/agent/linux/async_process.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/agent/linux/daemon.py b/tacker/agent/linux/daemon.py index e60c6d921..e4feb3c29 100644 --- a/tacker/agent/linux/daemon.py +++ b/tacker/agent/linux/daemon.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2012 New Dream Network, LLC (DreamHost) # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/agent/linux/external_process.py b/tacker/agent/linux/external_process.py index 0d93a8c7d..85765ee22 100644 --- a/tacker/agent/linux/external_process.py +++ b/tacker/agent/linux/external_process.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2012 New Dream Network, LLC (DreamHost) # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/agent/linux/interface.py b/tacker/agent/linux/interface.py index 4db45e7a6..d934f9510 100644 --- a/tacker/agent/linux/interface.py +++ b/tacker/agent/linux/interface.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/agent/linux/ip_lib.py b/tacker/agent/linux/ip_lib.py index faefb9adf..b483183f7 100644 --- a/tacker/agent/linux/ip_lib.py +++ b/tacker/agent/linux/ip_lib.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/agent/linux/polling.py b/tacker/agent/linux/polling.py index 5adf3baea..8191b94d5 100644 --- a/tacker/agent/linux/polling.py +++ b/tacker/agent/linux/polling.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/agent/linux/utils.py b/tacker/agent/linux/utils.py index af0b54dfc..60fa7e51d 100644 --- a/tacker/agent/linux/utils.py +++ b/tacker/agent/linux/utils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 Locaweb. # All Rights Reserved. # diff --git a/tacker/agent/rpc.py b/tacker/agent/rpc.py index e15336ea5..016b7a666 100644 --- a/tacker/agent/rpc.py +++ b/tacker/agent/rpc.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/api/v1/attributes.py b/tacker/api/v1/attributes.py index 1cab40df1..7e9b79b66 100644 --- a/tacker/api/v1/attributes.py +++ b/tacker/api/v1/attributes.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/api/v1/base.py b/tacker/api/v1/base.py index 9e82a2ed2..29c319675 100644 --- a/tacker/api/v1/base.py +++ b/tacker/api/v1/base.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/api/views/versions.py b/tacker/api/views/versions.py index 79f83ef5d..d097bb7e9 100644 --- a/tacker/api/views/versions.py +++ b/tacker/api/views/versions.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2010-2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/auth.py b/tacker/auth.py index f0a4a5257..fe51ed519 100644 --- a/tacker/auth.py +++ b/tacker/auth.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/common/driver_manager.py b/tacker/common/driver_manager.py index a5e0c7215..85466f9ab 100644 --- a/tacker/common/driver_manager.py +++ b/tacker/common/driver_manager.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/common/rpc.py b/tacker/common/rpc.py index 49b891cf7..4b7ce9655 100644 --- a/tacker/common/rpc.py +++ b/tacker/common/rpc.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/common/test_lib.py b/tacker/common/test_lib.py index c541fb37b..3276fe0c9 100644 --- a/tacker/common/test_lib.py +++ b/tacker/common/test_lib.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2010 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/context.py b/tacker/context.py index d689ec477..a46758765 100644 --- a/tacker/context.py +++ b/tacker/context.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py b/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py index 537e434ae..bb109fbb6 100644 --- a/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py +++ b/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013 Intel Corporation. # Copyright 2013 Isaku Yamahata # diff --git a/tacker/db/vm/vm_db.py b/tacker/db/vm/vm_db.py index 354d03eea..388180d99 100644 --- a/tacker/db/vm/vm_db.py +++ b/tacker/db/vm/vm_db.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/hooks.py b/tacker/hooks.py index 282ae8f11..e01e343fe 100644 --- a/tacker/hooks.py +++ b/tacker/hooks.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. # diff --git a/tacker/openstack/common/context.py b/tacker/openstack/common/context.py index f354a7414..15f5155d7 100644 --- a/tacker/openstack/common/context.py +++ b/tacker/openstack/common/context.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/openstack/common/policy.py b/tacker/openstack/common/policy.py index 9c8714f64..b778ef5e1 100644 --- a/tacker/openstack/common/policy.py +++ b/tacker/openstack/common/policy.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/plugins/common/constants.py b/tacker/plugins/common/constants.py index e30cbf84c..2b603a10c 100644 --- a/tacker/plugins/common/constants.py +++ b/tacker/plugins/common/constants.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/plugins/common/utils.py b/tacker/plugins/common/utils.py index 048b772a9..70451c7df 100644 --- a/tacker/plugins/common/utils.py +++ b/tacker/plugins/common/utils.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Cisco Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/policy.py b/tacker/policy.py index ee4fe6c27..d61cb4bcd 100644 --- a/tacker/policy.py +++ b/tacker/policy.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/services/service_base.py b/tacker/services/service_base.py index dcbb7c3ed..40ca9649e 100644 --- a/tacker/services/service_base.py +++ b/tacker/services/service_base.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/tests/base.py b/tacker/tests/base.py index b31d9fd73..0b8a4ca1a 100644 --- a/tacker/tests/base.py +++ b/tacker/tests/base.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/tests/post_mortem_debug.py b/tacker/tests/post_mortem_debug.py index 1208505c3..70b99412b 100644 --- a/tacker/tests/post_mortem_debug.py +++ b/tacker/tests/post_mortem_debug.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Red Hat, Inc. # All Rights Reserved. # diff --git a/tacker/tests/unit/__init__.py b/tacker/tests/unit/__init__.py index fe79bab17..5f0b0ab46 100644 --- a/tacker/tests/unit/__init__.py +++ b/tacker/tests/unit/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/tests/unit/_test_rootwrap_exec.py b/tacker/tests/unit/_test_rootwrap_exec.py index a32c17115..0cfcd2c23 100644 --- a/tacker/tests/unit/_test_rootwrap_exec.py +++ b/tacker/tests/unit/_test_rootwrap_exec.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/tests/unit/agent/linux/test_async_process.py b/tacker/tests/unit/agent/linux/test_async_process.py index 6b4057025..2232f01a2 100644 --- a/tacker/tests/unit/agent/linux/test_async_process.py +++ b/tacker/tests/unit/agent/linux/test_async_process.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/tests/unit/database_stubs.py b/tacker/tests/unit/database_stubs.py index 21129d522..3d113077a 100644 --- a/tacker/tests/unit/database_stubs.py +++ b/tacker/tests/unit/database_stubs.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011, Cisco Systems, Inc. # All Rights Reserved. # diff --git a/tacker/tests/unit/extension_stubs.py b/tacker/tests/unit/extension_stubs.py index 5c11fe024..0665a06e8 100644 --- a/tacker/tests/unit/extension_stubs.py +++ b/tacker/tests/unit/extension_stubs.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/tests/unit/extensions/extendedattribute.py b/tacker/tests/unit/extensions/extendedattribute.py index 4a47ae740..16eb3c7b8 100644 --- a/tacker/tests/unit/extensions/extendedattribute.py +++ b/tacker/tests/unit/extensions/extendedattribute.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013 VMware, Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/tests/unit/extensions/extensionattribute.py b/tacker/tests/unit/extensions/extensionattribute.py index 04d86166a..bdcb5e085 100644 --- a/tacker/tests/unit/extensions/extensionattribute.py +++ b/tacker/tests/unit/extensions/extensionattribute.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 VMware, Inc. # All rights reserved. # diff --git a/tacker/tests/unit/extensions/foxinsocks.py b/tacker/tests/unit/extensions/foxinsocks.py index 1a4ad0ca9..95a3d4755 100644 --- a/tacker/tests/unit/extensions/foxinsocks.py +++ b/tacker/tests/unit/extensions/foxinsocks.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/tests/unit/services/vm/test_servicevm_extension.py b/tacker/tests/unit/services/vm/test_servicevm_extension.py index 6216a179d..d66cea866 100644 --- a/tacker/tests/unit/services/vm/test_servicevm_extension.py +++ b/tacker/tests/unit/services/vm/test_servicevm_extension.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2014 Intel Corporation. # Copyright 2014 Isaku Yamahata # diff --git a/tacker/tests/unit/test_api_api_common.py b/tacker/tests/unit/test_api_api_common.py index a6135c051..a11c47535 100644 --- a/tacker/tests/unit/test_api_api_common.py +++ b/tacker/tests/unit/test_api_api_common.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Intel Corporation. # All Rights Reserved. # diff --git a/tacker/tests/unit/test_api_v2.py b/tacker/tests/unit/test_api_v2.py index ed6e0e25a..725c65997 100644 --- a/tacker/tests/unit/test_api_v2.py +++ b/tacker/tests/unit/test_api_v2.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/tests/unit/test_api_v2_resource.py b/tacker/tests/unit/test_api_v2_resource.py index 7033b85d9..5176da227 100644 --- a/tacker/tests/unit/test_api_v2_resource.py +++ b/tacker/tests/unit/test_api_v2_resource.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2012 Intel Corporation. # All Rights Reserved. # diff --git a/tacker/tests/unit/test_attributes.py b/tacker/tests/unit/test_attributes.py index c82540498..d27e34174 100644 --- a/tacker/tests/unit/test_attributes.py +++ b/tacker/tests/unit/test_attributes.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/tests/unit/test_auth.py b/tacker/tests/unit/test_auth.py index c3ee1f63d..15e7b2517 100644 --- a/tacker/tests/unit/test_auth.py +++ b/tacker/tests/unit/test_auth.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/tacker/tests/unit/test_db_migration.py b/tacker/tests/unit/test_db_migration.py index 590cf05a3..ca0c91c79 100644 --- a/tacker/tests/unit/test_db_migration.py +++ b/tacker/tests/unit/test_db_migration.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2012 New Dream Network, LLC (DreamHost) # All Rights Reserved. # diff --git a/tacker/tests/unit/test_extension_extended_attribute.py b/tacker/tests/unit/test_extension_extended_attribute.py index 427ab7cb4..c79549416 100644 --- a/tacker/tests/unit/test_extension_extended_attribute.py +++ b/tacker/tests/unit/test_extension_extended_attribute.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 VMware, Inc # All Rights Reserved. # diff --git a/tacker/tests/unit/test_extensions.py b/tacker/tests/unit/test_extensions.py index 413e71beb..96d90bcd2 100644 --- a/tacker/tests/unit/test_extensions.py +++ b/tacker/tests/unit/test_extensions.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/tests/unit/test_post_mortem_debug.py b/tacker/tests/unit/test_post_mortem_debug.py index f12b9fe0a..19204bc39 100644 --- a/tacker/tests/unit/test_post_mortem_debug.py +++ b/tacker/tests/unit/test_post_mortem_debug.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 Red Hat, Inc. # All Rights Reserved. # diff --git a/tacker/tests/unit/test_wsgi.py b/tacker/tests/unit/test_wsgi.py index 75dbb79ea..faef62a70 100644 --- a/tacker/tests/unit/test_wsgi.py +++ b/tacker/tests/unit/test_wsgi.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2013 OpenStack Foundation. # All Rights Reserved. # diff --git a/tacker/version.py b/tacker/version.py index 5ae7569c9..2e76e3c5b 100644 --- a/tacker/version.py +++ b/tacker/version.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tacker/vm/constants.py b/tacker/vm/constants.py index a511b9a17..3464c667f 100644 --- a/tacker/vm/constants.py +++ b/tacker/vm/constants.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/hosting_device_scheduler.py b/tacker/vm/hosting_device_scheduler.py index c6d514caf..9d651654b 100644 --- a/tacker/vm/hosting_device_scheduler.py +++ b/tacker/vm/hosting_device_scheduler.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/infra_drivers/abstract_driver.py b/tacker/vm/infra_drivers/abstract_driver.py index a7d203171..b76025896 100644 --- a/tacker/vm/infra_drivers/abstract_driver.py +++ b/tacker/vm/infra_drivers/abstract_driver.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/infra_drivers/heat/heat.py b/tacker/vm/infra_drivers/heat/heat.py index b7b2b08df..433c3ae3a 100644 --- a/tacker/vm/infra_drivers/heat/heat.py +++ b/tacker/vm/infra_drivers/heat/heat.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2015 Intel Corporation. # All Rights Reserved. # diff --git a/tacker/vm/infra_drivers/noop.py b/tacker/vm/infra_drivers/noop.py index 094f6ca31..98be50a17 100644 --- a/tacker/vm/infra_drivers/noop.py +++ b/tacker/vm/infra_drivers/noop.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/infra_drivers/nova/nova.py b/tacker/vm/infra_drivers/nova/nova.py index 7536aaff4..9b70698b3 100644 --- a/tacker/vm/infra_drivers/nova/nova.py +++ b/tacker/vm/infra_drivers/nova/nova.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/mgmt_drivers/abstract_driver.py b/tacker/vm/mgmt_drivers/abstract_driver.py index 64ac8b1a5..e35e020bd 100644 --- a/tacker/vm/mgmt_drivers/abstract_driver.py +++ b/tacker/vm/mgmt_drivers/abstract_driver.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/mgmt_drivers/constants.py b/tacker/vm/mgmt_drivers/constants.py index 006f4920f..c46ed8aa5 100644 --- a/tacker/vm/mgmt_drivers/constants.py +++ b/tacker/vm/mgmt_drivers/constants.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/mgmt_drivers/noop.py b/tacker/vm/mgmt_drivers/noop.py index 4f6bc35c6..f4a493f82 100644 --- a/tacker/vm/mgmt_drivers/noop.py +++ b/tacker/vm/mgmt_drivers/noop.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/vm/monitor_drivers/abstract_driver.py b/tacker/vm/monitor_drivers/abstract_driver.py index ab94fb5ce..ed8ebd8b7 100644 --- a/tacker/vm/monitor_drivers/abstract_driver.py +++ b/tacker/vm/monitor_drivers/abstract_driver.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # All Rights Reserved. # # @@ -14,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# import abc diff --git a/tacker/vm/plugin.py b/tacker/vm/plugin.py index 29b96ffc5..6c6452dce 100644 --- a/tacker/vm/plugin.py +++ b/tacker/vm/plugin.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2013, 2014 Intel Corporation. # Copyright 2013, 2014 Isaku Yamahata # diff --git a/tacker/wsgi.py b/tacker/wsgi.py index 4e9f891ed..39a9c3794 100644 --- a/tacker/wsgi.py +++ b/tacker/wsgi.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/tools/check_i18n.py b/tools/check_i18n.py index f9b31ebda..ba8a87772 100644 --- a/tools/check_i18n.py +++ b/tools/check_i18n.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -13,6 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. + from __future__ import print_function import compiler diff --git a/tools/install_venv.py b/tools/install_venv.py index cb25de7db..40e597e20 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index b5ec5092f..3e8c1e4a8 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. # diff --git a/tools/with_venv.sh b/tools/with_venv.sh index 63f5b9837..780558301 100755 --- a/tools/with_venv.sh +++ b/tools/with_venv.sh @@ -1,5 +1,4 @@ #!/bin/bash -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2011 OpenStack Foundation. # All Rights Reserved.