From ff83cd03df68b4723f340ea02af64699adb723f4 Mon Sep 17 00:00:00 2001 From: Iswarya_Vakati Date: Tue, 10 Jan 2017 17:11:09 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py vitrage_dashboard/alarms/__init__.py vitrage_dashboard/dashboard/__init__.py vitrage_dashboard/dashboard/tests/base.py vitrage_dashboard/dashboard/tests/test_vitragedashboard.py vitrage_dashboard/entities/__init__.py vitrage_dashboard/templates/__init__.py Change-Id: Ieedc14b0fe28f7f5e54c140127b4277889072be6 --- doc/source/conf.py | 1 - vitrage_dashboard/alarms/__init__.py | 2 -- vitrage_dashboard/dashboard/__init__.py | 2 -- vitrage_dashboard/dashboard/tests/base.py | 2 -- vitrage_dashboard/dashboard/tests/test_vitragedashboard.py | 2 -- vitrage_dashboard/entities/__init__.py | 2 -- vitrage_dashboard/templates/__init__.py | 2 -- 7 files changed, 13 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5d0eed7..c921783 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 diff --git a/vitrage_dashboard/alarms/__init__.py b/vitrage_dashboard/alarms/__init__.py index 4883a95..cfb4b43 100644 --- a/vitrage_dashboard/alarms/__init__.py +++ b/vitrage_dashboard/alarms/__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/vitrage_dashboard/dashboard/__init__.py b/vitrage_dashboard/dashboard/__init__.py index 4883a95..cfb4b43 100644 --- a/vitrage_dashboard/dashboard/__init__.py +++ b/vitrage_dashboard/dashboard/__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/vitrage_dashboard/dashboard/tests/base.py b/vitrage_dashboard/dashboard/tests/base.py index 1c30cdb..2159808 100644 --- a/vitrage_dashboard/dashboard/tests/base.py +++ b/vitrage_dashboard/dashboard/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/vitrage_dashboard/dashboard/tests/test_vitragedashboard.py b/vitrage_dashboard/dashboard/tests/test_vitragedashboard.py index 6598d06..c2143a1 100644 --- a/vitrage_dashboard/dashboard/tests/test_vitragedashboard.py +++ b/vitrage_dashboard/dashboard/tests/test_vitragedashboard.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/vitrage_dashboard/entities/__init__.py b/vitrage_dashboard/entities/__init__.py index 4883a95..cfb4b43 100644 --- a/vitrage_dashboard/entities/__init__.py +++ b/vitrage_dashboard/entities/__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/vitrage_dashboard/templates/__init__.py b/vitrage_dashboard/templates/__init__.py index 4883a95..cfb4b43 100644 --- a/vitrage_dashboard/templates/__init__.py +++ b/vitrage_dashboard/templates/__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