From cffa8b893685fd0399e48fbc05ef8de250f34e2c Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Tue, 27 Dec 2016 10:08:37 +0800 Subject: [PATCH] Delete unnecessary utf-8 coding The file was added redundant utf-8 coding by some editor. we can delete it . Change-Id: I618e0c8f43717fd13db7b4d5213fa92a7b98a357 --- cloudkittyclient/__init__.py | 1 - cloudkittyclient/tests/base.py | 2 -- cloudkittyclient/tests/test_cloudkittyclient.py | 2 -- doc/source/conf.py | 1 - 4 files changed, 6 deletions(-) diff --git a/cloudkittyclient/__init__.py b/cloudkittyclient/__init__.py index 9a81c7c..abb135a 100644 --- a/cloudkittyclient/__init__.py +++ b/cloudkittyclient/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Objectif Libre # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cloudkittyclient/tests/base.py b/cloudkittyclient/tests/base.py index 1c30cdb..2159808 100644 --- a/cloudkittyclient/tests/base.py +++ b/cloudkittyclient/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/cloudkittyclient/tests/test_cloudkittyclient.py b/cloudkittyclient/tests/test_cloudkittyclient.py index 9ca97b0..1418f02 100644 --- a/cloudkittyclient/tests/test_cloudkittyclient.py +++ b/cloudkittyclient/tests/test_cloudkittyclient.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/doc/source/conf.py b/doc/source/conf.py index 932ad6a..e0ffe3e 100644 --- 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