From aafa2bb988652be1e0bdcccb588735ce42d7af80 Mon Sep 17 00:00:00 2001 From: Kalaswan Datta Date: Thu, 5 Jan 2017 04:32:01 -0500 Subject: [PATCH] Removed utf-8 coding Change-Id: Icc8a880de7ae2ab1718059814bd3c1ba776c4bf7 --- doc/source/conf.py | 3 +-- dox/__init__.py | 2 -- dox/tests/base.py | 2 -- dox/tests/config/test_commands.py | 2 -- dox/tests/config/test_dox_yaml.py | 2 -- dox/tests/config/test_tox_ini.py | 1 - dox/tests/config/test_travis_yaml.py | 2 -- dox/tests/test_cmd.py | 1 - dox/tests/test_dox.py | 2 -- dox/tests/test_images.py | 2 -- dox/tests/test_runner.py | 1 - 11 files changed, 1 insertion(+), 19 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 50f73b9..95643dd 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 @@ -72,4 +71,4 @@ latex_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file +#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/dox/__init__.py b/dox/__init__.py index 541bad1..4c91f0d 100644 --- a/dox/__init__.py +++ b/dox/__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/dox/tests/base.py b/dox/tests/base.py index 7311049..e4eed42 100644 --- a/dox/tests/base.py +++ b/dox/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/dox/tests/config/test_commands.py b/dox/tests/config/test_commands.py index 2d99e19..abc9bd3 100644 --- a/dox/tests/config/test_commands.py +++ b/dox/tests/config/test_commands.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (c) 2014 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/dox/tests/config/test_dox_yaml.py b/dox/tests/config/test_dox_yaml.py index 4cc7f86..12f4996 100644 --- a/dox/tests/config/test_dox_yaml.py +++ b/dox/tests/config/test_dox_yaml.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/dox/tests/config/test_tox_ini.py b/dox/tests/config/test_tox_ini.py index acc2aa2..781b096 100644 --- a/dox/tests/config/test_tox_ini.py +++ b/dox/tests/config/test_tox_ini.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Author: Chmouel Boudjnah # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/dox/tests/config/test_travis_yaml.py b/dox/tests/config/test_travis_yaml.py index 932f067..ceb03b5 100644 --- a/dox/tests/config/test_travis_yaml.py +++ b/dox/tests/config/test_travis_yaml.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/dox/tests/test_cmd.py b/dox/tests/test_cmd.py index a1fe653..035469c 100644 --- a/dox/tests/test_cmd.py +++ b/dox/tests/test_cmd.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Author: Chmouel Boudjnah # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/dox/tests/test_dox.py b/dox/tests/test_dox.py index 1316b58..15a6015 100644 --- a/dox/tests/test_dox.py +++ b/dox/tests/test_dox.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/dox/tests/test_images.py b/dox/tests/test_images.py index dce18c0..4475995 100644 --- a/dox/tests/test_images.py +++ b/dox/tests/test_images.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (c) 2014 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/dox/tests/test_runner.py b/dox/tests/test_runner.py index c227379..9c6353a 100644 --- a/dox/tests/test_runner.py +++ b/dox/tests/test_runner.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Author: Chmouel Boudjnah # # Licensed under the Apache License, Version 2.0 (the "License"); you may