From cca9e716fd50ad871c06987696182718ea704f7d Mon Sep 17 00:00:00 2001 From: "shashi.kant" Date: Thu, 12 Jan 2017 15:25:18 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: I13645eff9c28c5742b4558d9197af80268d25bee --- doc/source/conf.py | 1 - os_api_ref/__init__.py | 2 -- os_api_ref/tests/base.py | 2 -- os_api_ref/tests/examples/basic/conf.py | 1 - os_api_ref/tests/examples/microversions/conf.py | 1 - os_api_ref/tests/examples/warnings/conf.py | 1 - os_api_ref/tests/test_basic_example.py | 2 -- os_api_ref/tests/test_microversions.py | 2 -- os_api_ref/tests/test_os_api_ref.py | 2 -- os_api_ref/tests/test_warnings.py | 2 -- 10 files changed, 16 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a562440..c9ed61b 100755 --- a/doc/source/conf.py +++ b/doc/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/os_api_ref/__init__.py b/os_api_ref/__init__.py index 4b7f47a..706a4b5 100644 --- a/os_api_ref/__init__.py +++ b/os_api_ref/__init__.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/os_api_ref/tests/base.py b/os_api_ref/tests/base.py index a4a474b..730258f 100644 --- a/os_api_ref/tests/base.py +++ b/os_api_ref/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/os_api_ref/tests/examples/basic/conf.py b/os_api_ref/tests/examples/basic/conf.py index f8d2212..997da6d 100644 --- a/os_api_ref/tests/examples/basic/conf.py +++ b/os_api_ref/tests/examples/basic/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 diff --git a/os_api_ref/tests/examples/microversions/conf.py b/os_api_ref/tests/examples/microversions/conf.py index d964432..e57a0fd 100644 --- a/os_api_ref/tests/examples/microversions/conf.py +++ b/os_api_ref/tests/examples/microversions/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 diff --git a/os_api_ref/tests/examples/warnings/conf.py b/os_api_ref/tests/examples/warnings/conf.py index f8d2212..997da6d 100644 --- a/os_api_ref/tests/examples/warnings/conf.py +++ b/os_api_ref/tests/examples/warnings/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 diff --git a/os_api_ref/tests/test_basic_example.py b/os_api_ref/tests/test_basic_example.py index 26e594b..f212c21 100644 --- a/os_api_ref/tests/test_basic_example.py +++ b/os_api_ref/tests/test_basic_example.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/os_api_ref/tests/test_microversions.py b/os_api_ref/tests/test_microversions.py index 7a4f0de..03cc6b9 100644 --- a/os_api_ref/tests/test_microversions.py +++ b/os_api_ref/tests/test_microversions.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/os_api_ref/tests/test_os_api_ref.py b/os_api_ref/tests/test_os_api_ref.py index 5df0b69..7edef37 100644 --- a/os_api_ref/tests/test_os_api_ref.py +++ b/os_api_ref/tests/test_os_api_ref.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/os_api_ref/tests/test_warnings.py b/os_api_ref/tests/test_warnings.py index 0a4e132..e2e590d 100644 --- a/os_api_ref/tests/test_warnings.py +++ b/os_api_ref/tests/test_warnings.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