From 25405851b72c608b08444578c9f256fcf653c3a9 Mon Sep 17 00:00:00 2001 From: Iswarya_Vakati Date: Wed, 11 Jan 2017 16:41:53 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding Change-Id: Ida121eb29eb8ea1b5fb40c3eb6843c4f9cb1caff --- shade/tests/ansible/hooks/post_test_hook.sh | 1 - shade/tests/base.py | 2 -- shade/tests/fakes.py | 2 -- shade/tests/functional/base.py | 2 -- shade/tests/functional/hooks/post_test_hook.sh | 1 - shade/tests/functional/test_aggregate.py | 2 -- shade/tests/functional/test_cluster_templates.py | 2 -- shade/tests/functional/test_compute.py | 2 -- shade/tests/functional/test_identity.py | 2 -- shade/tests/functional/test_image.py | 2 -- shade/tests/functional/test_limits.py | 2 -- shade/tests/functional/test_magnum_services.py | 2 -- shade/tests/functional/test_network.py | 2 -- shade/tests/functional/test_object.py | 2 -- shade/tests/functional/test_quotas.py | 2 -- shade/tests/functional/test_recordset.py | 2 -- shade/tests/functional/test_router.py | 2 -- shade/tests/functional/test_security_groups.py | 2 -- shade/tests/functional/test_server_group.py | 2 -- shade/tests/functional/test_stack.py | 2 -- shade/tests/functional/test_users.py | 2 -- shade/tests/functional/test_volume.py | 2 -- shade/tests/functional/test_volume_backup.py | 2 -- shade/tests/functional/test_zone.py | 2 -- shade/tests/functional/util.py | 2 -- shade/tests/unit/base.py | 2 -- shade/tests/unit/test__adapter.py | 2 -- shade/tests/unit/test__utils.py | 2 -- shade/tests/unit/test_aggregate.py | 2 -- shade/tests/unit/test_caching.py | 2 -- shade/tests/unit/test_cluster_templates.py | 2 -- shade/tests/unit/test_create_server.py | 2 -- shade/tests/unit/test_create_volume_snapshot.py | 2 -- shade/tests/unit/test_delete_server.py | 2 -- shade/tests/unit/test_delete_volume_snapshot.py | 2 -- shade/tests/unit/test_domain_params.py | 2 -- shade/tests/unit/test_flavors.py | 2 -- shade/tests/unit/test_inventory.py | 2 -- shade/tests/unit/test_limits.py | 2 -- shade/tests/unit/test_magnum_services.py | 2 -- shade/tests/unit/test_normalize.py | 2 -- shade/tests/unit/test_object.py | 1 - shade/tests/unit/test_project.py | 2 -- shade/tests/unit/test_quotas.py | 2 -- shade/tests/unit/test_recordset.py | 2 -- shade/tests/unit/test_security_groups.py | 2 -- shade/tests/unit/test_server_console.py | 2 -- shade/tests/unit/test_server_delete_metadata.py | 2 -- shade/tests/unit/test_server_group.py | 2 -- shade/tests/unit/test_server_set_metadata.py | 2 -- shade/tests/unit/test_shade.py | 2 -- shade/tests/unit/test_shade_operator.py | 2 -- shade/tests/unit/test_stack.py | 2 -- shade/tests/unit/test_update_server.py | 2 -- shade/tests/unit/test_users.py | 2 -- shade/tests/unit/test_volume.py | 2 -- shade/tests/unit/test_zone.py | 2 -- 57 files changed, 111 deletions(-) diff --git a/shade/tests/ansible/hooks/post_test_hook.sh b/shade/tests/ansible/hooks/post_test_hook.sh index 986d76775..0c2bbcfd2 100755 --- a/shade/tests/ansible/hooks/post_test_hook.sh +++ b/shade/tests/ansible/hooks/post_test_hook.sh @@ -1,5 +1,4 @@ #!/bin/sh -# -*- coding: utf-8 -*- # 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 diff --git a/shade/tests/base.py b/shade/tests/base.py index f4b7af8df..7c8ed59ae 100644 --- a/shade/tests/base.py +++ b/shade/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # diff --git a/shade/tests/fakes.py b/shade/tests/fakes.py index 853c5d4c4..e9c01998c 100644 --- a/shade/tests/fakes.py +++ b/shade/tests/fakes.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/base.py b/shade/tests/functional/base.py index ce05ddb4e..308cc3e07 100644 --- a/shade/tests/functional/base.py +++ b/shade/tests/functional/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/hooks/post_test_hook.sh b/shade/tests/functional/hooks/post_test_hook.sh index 956dbdaeb..41bdd6f21 100755 --- a/shade/tests/functional/hooks/post_test_hook.sh +++ b/shade/tests/functional/hooks/post_test_hook.sh @@ -1,5 +1,4 @@ #!/bin/sh -# -*- coding: utf-8 -*- # 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 diff --git a/shade/tests/functional/test_aggregate.py b/shade/tests/functional/test_aggregate.py index 093016e43..db41afd5a 100644 --- a/shade/tests/functional/test_aggregate.py +++ b/shade/tests/functional/test_aggregate.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_cluster_templates.py b/shade/tests/functional/test_cluster_templates.py index 4d39ded7b..bdbd2e43a 100644 --- a/shade/tests/functional/test_cluster_templates.py +++ b/shade/tests/functional/test_cluster_templates.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_compute.py b/shade/tests/functional/test_compute.py index f9b414069..adeff2f0f 100644 --- a/shade/tests/functional/test_compute.py +++ b/shade/tests/functional/test_compute.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_identity.py b/shade/tests/functional/test_identity.py index 67660b1ef..6cd3bf9fd 100644 --- a/shade/tests/functional/test_identity.py +++ b/shade/tests/functional/test_identity.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_image.py b/shade/tests/functional/test_image.py index a7657b08a..8eec489ae 100644 --- a/shade/tests/functional/test_image.py +++ b/shade/tests/functional/test_image.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_limits.py b/shade/tests/functional/test_limits.py index 2777caab9..47feafa36 100644 --- a/shade/tests/functional/test_limits.py +++ b/shade/tests/functional/test_limits.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_magnum_services.py b/shade/tests/functional/test_magnum_services.py index 57f682371..d77468618 100644 --- a/shade/tests/functional/test_magnum_services.py +++ b/shade/tests/functional/test_magnum_services.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_network.py b/shade/tests/functional/test_network.py index 7bb47820c..a50692747 100644 --- a/shade/tests/functional/test_network.py +++ b/shade/tests/functional/test_network.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_object.py b/shade/tests/functional/test_object.py index 202e7063c..f6d5d9c16 100644 --- a/shade/tests/functional/test_object.py +++ b/shade/tests/functional/test_object.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_quotas.py b/shade/tests/functional/test_quotas.py index 3f32a2795..26ffc755c 100644 --- a/shade/tests/functional/test_quotas.py +++ b/shade/tests/functional/test_quotas.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_recordset.py b/shade/tests/functional/test_recordset.py index 7ba356304..97ccb5dc7 100644 --- a/shade/tests/functional/test_recordset.py +++ b/shade/tests/functional/test_recordset.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_router.py b/shade/tests/functional/test_router.py index 986650744..6572c12ba 100644 --- a/shade/tests/functional/test_router.py +++ b/shade/tests/functional/test_router.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_security_groups.py b/shade/tests/functional/test_security_groups.py index a2aede029..853684d69 100644 --- a/shade/tests/functional/test_security_groups.py +++ b/shade/tests/functional/test_security_groups.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_server_group.py b/shade/tests/functional/test_server_group.py index 5b3544723..b92914472 100644 --- a/shade/tests/functional/test_server_group.py +++ b/shade/tests/functional/test_server_group.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_stack.py b/shade/tests/functional/test_stack.py index c06708f5c..a711c54a3 100644 --- a/shade/tests/functional/test_stack.py +++ b/shade/tests/functional/test_stack.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_users.py b/shade/tests/functional/test_users.py index 54b32d1bd..2ea3d57ce 100644 --- a/shade/tests/functional/test_users.py +++ b/shade/tests/functional/test_users.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_volume.py b/shade/tests/functional/test_volume.py index d040bb720..23aa8cbbf 100644 --- a/shade/tests/functional/test_volume.py +++ b/shade/tests/functional/test_volume.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_volume_backup.py b/shade/tests/functional/test_volume_backup.py index 09f678590..2efe94350 100644 --- a/shade/tests/functional/test_volume_backup.py +++ b/shade/tests/functional/test_volume_backup.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/test_zone.py b/shade/tests/functional/test_zone.py index 032fe07c5..80ca09130 100644 --- a/shade/tests/functional/test_zone.py +++ b/shade/tests/functional/test_zone.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/functional/util.py b/shade/tests/functional/util.py index 23ddc3e80..a88e47de9 100644 --- a/shade/tests/functional/util.py +++ b/shade/tests/functional/util.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/base.py b/shade/tests/unit/base.py index 321e9bb2c..3bff06361 100644 --- a/shade/tests/unit/base.py +++ b/shade/tests/unit/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # diff --git a/shade/tests/unit/test__adapter.py b/shade/tests/unit/test__adapter.py index 96aed7dec..68063d65f 100644 --- a/shade/tests/unit/test__adapter.py +++ b/shade/tests/unit/test__adapter.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test__utils.py b/shade/tests/unit/test__utils.py index 4ca82d52a..997ae874d 100644 --- a/shade/tests/unit/test__utils.py +++ b/shade/tests/unit/test__utils.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_aggregate.py b/shade/tests/unit/test_aggregate.py index 809cb0f83..d739e2cd3 100644 --- a/shade/tests/unit/test_aggregate.py +++ b/shade/tests/unit/test_aggregate.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_caching.py b/shade/tests/unit/test_caching.py index 1612ab92b..10127f23c 100644 --- a/shade/tests/unit/test_caching.py +++ b/shade/tests/unit/test_caching.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_cluster_templates.py b/shade/tests/unit/test_cluster_templates.py index 94493818c..e5f11847c 100644 --- a/shade/tests/unit/test_cluster_templates.py +++ b/shade/tests/unit/test_cluster_templates.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_create_server.py b/shade/tests/unit/test_create_server.py index 4d9d12592..b6c402f7f 100644 --- a/shade/tests/unit/test_create_server.py +++ b/shade/tests/unit/test_create_server.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_create_volume_snapshot.py b/shade/tests/unit/test_create_volume_snapshot.py index 91af862ae..016c8c1ba 100644 --- a/shade/tests/unit/test_create_volume_snapshot.py +++ b/shade/tests/unit/test_create_volume_snapshot.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_delete_server.py b/shade/tests/unit/test_delete_server.py index 734a58f7a..785d19d3e 100644 --- a/shade/tests/unit/test_delete_server.py +++ b/shade/tests/unit/test_delete_server.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_delete_volume_snapshot.py b/shade/tests/unit/test_delete_volume_snapshot.py index 485f6f559..816051c1f 100644 --- a/shade/tests/unit/test_delete_volume_snapshot.py +++ b/shade/tests/unit/test_delete_volume_snapshot.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_domain_params.py b/shade/tests/unit/test_domain_params.py index 628fe9f3c..930f2f4a0 100644 --- a/shade/tests/unit/test_domain_params.py +++ b/shade/tests/unit/test_domain_params.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_flavors.py b/shade/tests/unit/test_flavors.py index d78b9fc5d..c56e12e19 100644 --- a/shade/tests/unit/test_flavors.py +++ b/shade/tests/unit/test_flavors.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_inventory.py b/shade/tests/unit/test_inventory.py index 4aac0364d..34914fdb6 100644 --- a/shade/tests/unit/test_inventory.py +++ b/shade/tests/unit/test_inventory.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_limits.py b/shade/tests/unit/test_limits.py index 6f5d4e4da..551f47d2e 100644 --- a/shade/tests/unit/test_limits.py +++ b/shade/tests/unit/test_limits.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_magnum_services.py b/shade/tests/unit/test_magnum_services.py index 500462358..c15f912ab 100644 --- a/shade/tests/unit/test_magnum_services.py +++ b/shade/tests/unit/test_magnum_services.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_normalize.py b/shade/tests/unit/test_normalize.py index bd4b6897d..446165203 100644 --- a/shade/tests/unit/test_normalize.py +++ b/shade/tests/unit/test_normalize.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_object.py b/shade/tests/unit/test_object.py index 89139cc0b..5d2ac6304 100644 --- a/shade/tests/unit/test_object.py +++ b/shade/tests/unit/test_object.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/shade/tests/unit/test_project.py b/shade/tests/unit/test_project.py index 3e8ff42d6..1f4125d92 100644 --- a/shade/tests/unit/test_project.py +++ b/shade/tests/unit/test_project.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_quotas.py b/shade/tests/unit/test_quotas.py index 73fdf0aaa..b7050dfa8 100644 --- a/shade/tests/unit/test_quotas.py +++ b/shade/tests/unit/test_quotas.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_recordset.py b/shade/tests/unit/test_recordset.py index 7a5b37b39..484c82c03 100644 --- a/shade/tests/unit/test_recordset.py +++ b/shade/tests/unit/test_recordset.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_security_groups.py b/shade/tests/unit/test_security_groups.py index 72b38596a..026096ee7 100644 --- a/shade/tests/unit/test_security_groups.py +++ b/shade/tests/unit/test_security_groups.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_server_console.py b/shade/tests/unit/test_server_console.py index 2f5467912..2debf4635 100644 --- a/shade/tests/unit/test_server_console.py +++ b/shade/tests/unit/test_server_console.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_server_delete_metadata.py b/shade/tests/unit/test_server_delete_metadata.py index f7233a91c..3ba7da8a5 100644 --- a/shade/tests/unit/test_server_delete_metadata.py +++ b/shade/tests/unit/test_server_delete_metadata.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_server_group.py b/shade/tests/unit/test_server_group.py index 88fe2bb49..87ae9d9b5 100644 --- a/shade/tests/unit/test_server_group.py +++ b/shade/tests/unit/test_server_group.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_server_set_metadata.py b/shade/tests/unit/test_server_set_metadata.py index e31fbd24f..a4257d7a7 100644 --- a/shade/tests/unit/test_server_set_metadata.py +++ b/shade/tests/unit/test_server_set_metadata.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_shade.py b/shade/tests/unit/test_shade.py index ff438392c..1f06335c0 100644 --- a/shade/tests/unit/test_shade.py +++ b/shade/tests/unit/test_shade.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_shade_operator.py b/shade/tests/unit/test_shade_operator.py index de97e6347..9693bda95 100644 --- a/shade/tests/unit/test_shade_operator.py +++ b/shade/tests/unit/test_shade_operator.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_stack.py b/shade/tests/unit/test_stack.py index 5e1280a28..62a3458b4 100644 --- a/shade/tests/unit/test_stack.py +++ b/shade/tests/unit/test_stack.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_update_server.py b/shade/tests/unit/test_update_server.py index 95f51fc49..28e311ddc 100644 --- a/shade/tests/unit/test_update_server.py +++ b/shade/tests/unit/test_update_server.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_users.py b/shade/tests/unit/test_users.py index 7d4f9121e..3d2722a61 100644 --- a/shade/tests/unit/test_users.py +++ b/shade/tests/unit/test_users.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_volume.py b/shade/tests/unit/test_volume.py index 6d6383bee..7f0b2d175 100644 --- a/shade/tests/unit/test_volume.py +++ b/shade/tests/unit/test_volume.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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/shade/tests/unit/test_zone.py b/shade/tests/unit/test_zone.py index 26315cc0d..a5a8e161d 100644 --- a/shade/tests/unit/test_zone.py +++ b/shade/tests/unit/test_zone.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # 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