From d99fd590b01ef6b25621bdf5a756aa188ae8a924 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Tue, 13 Dec 2016 13:14:38 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding trivialfix Change-Id: I1294ecb5e85c9bf70a23992e92eeccfd35362551 --- api-guide/source/conf.py | 2 -- api-ref/source/conf.py | 2 -- doc/ext/nova_todo.py | 1 - doc/source/conf.py | 2 -- nova/tests/functional/test_middleware.py | 2 -- nova/virt/ironic/client_wrapper.py | 2 -- nova/virt/ironic/driver.py | 2 -- nova/virt/ironic/patcher.py | 2 -- releasenotes/source/conf.py | 2 -- 9 files changed, 17 deletions(-) diff --git a/api-guide/source/conf.py b/api-guide/source/conf.py index 7373c3c00ed1..40151861792f 100644 --- a/api-guide/source/conf.py +++ b/api-guide/source/conf.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/api-ref/source/conf.py b/api-ref/source/conf.py index 46877600be65..e2dd58c72ec8 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.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/ext/nova_todo.py b/doc/ext/nova_todo.py index 17fa690c44b4..eb5335cb2002 100644 --- a/doc/ext/nova_todo.py +++ b/doc/ext/nova_todo.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # This is a hack of the builtin todo extension, to make the todo_list # more user friendly. diff --git a/doc/source/conf.py b/doc/source/conf.py index 40ee52c78c81..19ede311b380 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # nova documentation build configuration file, created by # sphinx-quickstart on Sat May 1 15:17:47 2010. # diff --git a/nova/tests/functional/test_middleware.py b/nova/tests/functional/test_middleware.py index 40b2d519785b..721a78d79bce 100644 --- a/nova/tests/functional/test_middleware.py +++ b/nova/tests/functional/test_middleware.py @@ -1,5 +1,3 @@ -# -*- encoding: 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/nova/virt/ironic/client_wrapper.py b/nova/virt/ironic/client_wrapper.py index 99b55fc80242..5c911c4eec0f 100644 --- a/nova/virt/ironic/client_wrapper.py +++ b/nova/virt/ironic/client_wrapper.py @@ -1,5 +1,3 @@ -# coding=utf-8 -# # Copyright 2014 Hewlett-Packard Development Company, L.P. # All Rights Reserved. # diff --git a/nova/virt/ironic/driver.py b/nova/virt/ironic/driver.py index dfcd067240a3..c3769b47aedb 100644 --- a/nova/virt/ironic/driver.py +++ b/nova/virt/ironic/driver.py @@ -1,5 +1,3 @@ -# coding=utf-8 -# # Copyright 2014 Red Hat, Inc. # Copyright 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/nova/virt/ironic/patcher.py b/nova/virt/ironic/patcher.py index 62c5b999daf6..89671a235301 100644 --- a/nova/virt/ironic/patcher.py +++ b/nova/virt/ironic/patcher.py @@ -1,5 +1,3 @@ -# coding=utf-8 -# # Copyright 2014 Hewlett-Packard Development Company, L.P. # Copyright 2014 Red Hat, Inc. # All Rights Reserved. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 0340e4e8c7ce..9631189bcddd 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Nova Release Notes documentation build configuration file, created by # sphinx-quickstart on Thu Nov 5 11:50:32 2015. #