From abb0d1dd801edaabae4ebeee5c8bef602b03c04c Mon Sep 17 00:00:00 2001 From: Kiran_totad Date: Fri, 17 Feb 2017 16:23:55 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding header Change-Id: Iefe98f9b9c2e5fa8c2ca261826713fc1ef8c63e8 --- congress/__init__.py | 1 - congress/tests/base.py | 1 - congress/tests/haht/test_congress_haht.py | 1 - congress/tests/test_congress.py | 1 - doc/source/conf.py | 1 - 5 files changed, 5 deletions(-) diff --git a/congress/__init__.py b/congress/__init__.py index 64b40e0df..1a5ed251f 100644 --- a/congress/__init__.py +++ b/congress/__init__.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/congress/tests/base.py b/congress/tests/base.py index 56ee5e5c0..e3fa66515 100644 --- a/congress/tests/base.py +++ b/congress/tests/base.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. diff --git a/congress/tests/haht/test_congress_haht.py b/congress/tests/haht/test_congress_haht.py index 031a9c8a4..55ea0b6b7 100644 --- a/congress/tests/haht/test_congress_haht.py +++ b/congress/tests/haht/test_congress_haht.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Copyright (c) 2016 VMware, Inc. All rights reserved. # diff --git a/congress/tests/test_congress.py b/congress/tests/test_congress.py index 64252216f..8981f42f3 100644 --- a/congress/tests/test_congress.py +++ b/congress/tests/test_congress.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Copyright (c) 2014 VMware, Inc. All rights reserved. # diff --git a/doc/source/conf.py b/doc/source/conf.py index 66bec84cc..4a470a083 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