From 3f0530b0cad8a4153a86113ea302a1aea7b8751b Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Tue, 13 Dec 2016 16:10:26 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in tempest/api/orchestration/stacks/test_swift_resources.py tempest/tests/lib/test_tempest_lib.py doc/source/conf.py releasenotes/source/conf.py For tempest/api/baremetal/admin/test_chassis.py ==> Still need the encoding for Non-ASCII characters in the file Change-Id: I2e1bff1f64dfe08f40562fa51e08a8ba25c9c3ae --- doc/source/conf.py | 2 -- releasenotes/source/conf.py | 1 - tempest/api/orchestration/stacks/test_swift_resources.py | 1 - tempest/tests/lib/test_tempest_lib.py | 2 -- 4 files changed, 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2edaddbdc0..04ddfdf0e7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Tempest documentation build configuration file, created by # sphinx-quickstart on Tue May 21 17:43:32 2013. # diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 140263cd95..eec42cdf16 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,4 +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/tempest/api/orchestration/stacks/test_swift_resources.py b/tempest/api/orchestration/stacks/test_swift_resources.py index c0f1c4bdc5..36725265d9 100644 --- a/tempest/api/orchestration/stacks/test_swift_resources.py +++ b/tempest/api/orchestration/stacks/test_swift_resources.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2013 eNovance SAS # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tempest/tests/lib/test_tempest_lib.py b/tempest/tests/lib/test_tempest_lib.py index d70e53dee8..4d9f099896 100644 --- a/tempest/tests/lib/test_tempest_lib.py +++ b/tempest/tests/lib/test_tempest_lib.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