From e076a18eab5d645ec1435a091bb7bae88e7f1f90 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Tue, 27 Dec 2016 11:21:33 +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: If65ee62c8ac47e58746a6c3f7ac0c9ea72a0e1ab --- doc/source/conf.py | 1 - toscaparser/__init__.py | 2 -- toscaparser/tests/base.py | 2 -- 3 files changed, 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e461246..d5d9189 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/toscaparser/__init__.py b/toscaparser/__init__.py index d6fa60c..d9745ed 100644 --- a/toscaparser/__init__.py +++ b/toscaparser/__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/toscaparser/tests/base.py b/toscaparser/tests/base.py index f6ff8d1..2619889 100644 --- a/toscaparser/tests/base.py +++ b/toscaparser/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. #