From 92acfa05bae5e7af966d3a0db7533181821b27eb Mon Sep 17 00:00:00 2001 From: M V P Nitesh Date: Wed, 11 Jan 2017 19:51:13 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: Ie13b4af0832cd70815897ee4f69eb29f0eb158a3 --- kosmos/__init__.py | 1 - kosmos/tests/unit/base.py | 2 -- kosmos/tests/unit/objects/base.py | 2 -- kosmos/tests/unit/objects/test_kosmos_objects_pool.py | 1 - kosmos/tests/unit/test_kosmos.py | 2 -- 5 files changed, 8 deletions(-) diff --git a/kosmos/__init__.py b/kosmos/__init__.py index 3bca9d5..e085d80 100644 --- a/kosmos/__init__.py +++ b/kosmos/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Hewlett Packard Enterprise Development LP # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/kosmos/tests/unit/base.py b/kosmos/tests/unit/base.py index 1c30cdb..2159808 100644 --- a/kosmos/tests/unit/base.py +++ b/kosmos/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/kosmos/tests/unit/objects/base.py b/kosmos/tests/unit/objects/base.py index f9a25f2..a185fec 100644 --- a/kosmos/tests/unit/objects/base.py +++ b/kosmos/tests/unit/objects/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright 2015-2016 Hewlett Packard Enterprise Development LP # diff --git a/kosmos/tests/unit/objects/test_kosmos_objects_pool.py b/kosmos/tests/unit/objects/test_kosmos_objects_pool.py index 9d6bcf0..beb01f3 100644 --- a/kosmos/tests/unit/objects/test_kosmos_objects_pool.py +++ b/kosmos/tests/unit/objects/test_kosmos_objects_pool.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Hewlett Packard Enterprise Development LP # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/kosmos/tests/unit/test_kosmos.py b/kosmos/tests/unit/test_kosmos.py index 78024be..0f0d02e 100644 --- a/kosmos/tests/unit/test_kosmos.py +++ b/kosmos/tests/unit/test_kosmos.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