From 260408ce1695bdaa35627a220dd572c9ac343674 Mon Sep 17 00:00:00 2001 From: DeepaJon Date: Wed, 11 Jan 2017 18:02:37 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in the doc/source/conf.py os_performance_tools/__init__.py os_performance_tools/tests/base.py os_performance_tools/tests/test_collect.py os_performance_tools/tests/test_collectors_delta.py os_performance_tools/tests/test_counters2statsd.py os_performance_tools/tests/test_mysql.py os_performance_tools/tests/test_queues.py Change-Id: Ifa32ae370cd29c270413989903d0eda3b2b8238a --- doc/source/conf.py | 1 - os_performance_tools/__init__.py | 2 -- os_performance_tools/tests/base.py | 2 -- os_performance_tools/tests/test_collect.py | 2 -- os_performance_tools/tests/test_collectors_delta.py | 2 -- os_performance_tools/tests/test_counters2statsd.py | 2 -- os_performance_tools/tests/test_mysql.py | 2 -- os_performance_tools/tests/test_queues.py | 2 -- 8 files changed, 15 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 265cd0a..ef9e1b5 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_performance_tools/__init__.py b/os_performance_tools/__init__.py index 28540f4..9968839 100644 --- a/os_performance_tools/__init__.py +++ b/os_performance_tools/__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_performance_tools/tests/base.py b/os_performance_tools/tests/base.py index 1c30cdb..2159808 100644 --- a/os_performance_tools/tests/base.py +++ b/os_performance_tools/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_performance_tools/tests/test_collect.py b/os_performance_tools/tests/test_collect.py index dbf0612..30e259b 100644 --- a/os_performance_tools/tests/test_collect.py +++ b/os_performance_tools/tests/test_collect.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_performance_tools/tests/test_collectors_delta.py b/os_performance_tools/tests/test_collectors_delta.py index 89da02a..6147b0a 100644 --- a/os_performance_tools/tests/test_collectors_delta.py +++ b/os_performance_tools/tests/test_collectors_delta.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_performance_tools/tests/test_counters2statsd.py b/os_performance_tools/tests/test_counters2statsd.py index 379c0b3..7f368fd 100644 --- a/os_performance_tools/tests/test_counters2statsd.py +++ b/os_performance_tools/tests/test_counters2statsd.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_performance_tools/tests/test_mysql.py b/os_performance_tools/tests/test_mysql.py index 0f47366..13cae13 100644 --- a/os_performance_tools/tests/test_mysql.py +++ b/os_performance_tools/tests/test_mysql.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_performance_tools/tests/test_queues.py b/os_performance_tools/tests/test_queues.py index e56cdad..e3a5e75 100644 --- a/os_performance_tools/tests/test_queues.py +++ b/os_performance_tools/tests/test_queues.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