From acdfab941bfe24eeab8a484cda8dfab608a86349 Mon Sep 17 00:00:00 2001 From: Rajiv Kumar Date: Tue, 10 Jan 2017 17:33:11 +0530 Subject: [PATCH] Remmoved unnecessary utf-8 encoding Change-Id: Idd1aeb81d1012a63c530f9571e72bbf2dba0c522 --- bareon/drivers/data/simple.py | 2 -- bareon/objects/base.py | 2 -- bareon/objects/partition/fs.py | 2 -- bareon/objects/partition/lv.py | 2 -- bareon/objects/partition/md.py | 2 -- bareon/objects/partition/parted.py | 2 -- bareon/objects/partition/pv.py | 2 -- bareon/objects/partition/scheme.py | 2 -- bareon/objects/partition/vg.py | 2 -- bareon/tests/base.py | 2 -- bareon/tests/test_requirements.py | 2 -- bareon/tests/test_simple_nailgun_driver.py | 2 -- bareon/tests_functional/test_lvm.py | 1 - bareon/tests_functional/test_nailgun.py | 1 - bareon/tests_functional/test_provisioning.py | 1 - bareon/utils/decorators.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/commands/activate.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/commands/build.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/commands/delete.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/commands/import.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/commands/list.py | 2 -- .../fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/consts.py | 2 -- .../fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/errors.py | 2 -- .../fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/main.py | 2 -- .../fuel_bootstrap/objects/master_node_settings.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/settings.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/utils/bootstrap_image.py | 2 -- .../fuel_bootstrap_cli/fuel_bootstrap/utils/data.py | 2 -- contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.py | 2 -- doc/source/conf.py | 1 - 30 files changed, 56 deletions(-) diff --git a/bareon/drivers/data/simple.py b/bareon/drivers/data/simple.py index 6ea217b..bd24bba 100644 --- a/bareon/drivers/data/simple.py +++ b/bareon/drivers/data/simple.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/base.py b/bareon/objects/base.py index 57cff3c..c279297 100644 --- a/bareon/objects/base.py +++ b/bareon/objects/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/fs.py b/bareon/objects/partition/fs.py index 53b2f96..d53043f 100644 --- a/bareon/objects/partition/fs.py +++ b/bareon/objects/partition/fs.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/lv.py b/bareon/objects/partition/lv.py index 197080c..fa0a424 100644 --- a/bareon/objects/partition/lv.py +++ b/bareon/objects/partition/lv.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/md.py b/bareon/objects/partition/md.py index 0f6f5fd..afba7f6 100644 --- a/bareon/objects/partition/md.py +++ b/bareon/objects/partition/md.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/parted.py b/bareon/objects/partition/parted.py index 1da9800..33cb5af 100644 --- a/bareon/objects/partition/parted.py +++ b/bareon/objects/partition/parted.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/pv.py b/bareon/objects/partition/pv.py index 5dc80c4..4a7c719 100644 --- a/bareon/objects/partition/pv.py +++ b/bareon/objects/partition/pv.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/scheme.py b/bareon/objects/partition/scheme.py index ab591f7..74e873c 100644 --- a/bareon/objects/partition/scheme.py +++ b/bareon/objects/partition/scheme.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/objects/partition/vg.py b/bareon/objects/partition/vg.py index 7ffb9e5..4bcaece 100644 --- a/bareon/objects/partition/vg.py +++ b/bareon/objects/partition/vg.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/tests/base.py b/bareon/tests/base.py index c6bd273..ca58794 100644 --- a/bareon/tests/base.py +++ b/bareon/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/tests/test_requirements.py b/bareon/tests/test_requirements.py index 34b6c5a..2ebe4c4 100644 --- a/bareon/tests/test_requirements.py +++ b/bareon/tests/test_requirements.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/tests/test_simple_nailgun_driver.py b/bareon/tests/test_simple_nailgun_driver.py index 0acaa2f..3d47c56 100644 --- a/bareon/tests/test_simple_nailgun_driver.py +++ b/bareon/tests/test_simple_nailgun_driver.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/tests_functional/test_lvm.py b/bareon/tests_functional/test_lvm.py index cfe5ebe..68fb8f1 100644 --- a/bareon/tests_functional/test_lvm.py +++ b/bareon/tests_functional/test_lvm.py @@ -1,4 +1,3 @@ -# # Copyright 2016 Cray Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bareon/tests_functional/test_nailgun.py b/bareon/tests_functional/test_nailgun.py index 6d26100..f093f0d 100644 --- a/bareon/tests_functional/test_nailgun.py +++ b/bareon/tests_functional/test_nailgun.py @@ -1,4 +1,3 @@ -# # Copyright 2016 Cray Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/bareon/tests_functional/test_provisioning.py b/bareon/tests_functional/test_provisioning.py index 8af02db..8e864ca 100644 --- a/bareon/tests_functional/test_provisioning.py +++ b/bareon/tests_functional/test_provisioning.py @@ -1,4 +1,3 @@ -# # Copyright 2016 Cray Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bareon/utils/decorators.py b/bareon/utils/decorators.py index 591c539..7705bd5 100644 --- a/bareon/utils/decorators.py +++ b/bareon/utils/decorators.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/activate.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/activate.py index c51129d..02f310e 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/activate.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/activate.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/build.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/build.py index 81b7dd5..c9cadc6 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/build.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/build.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/delete.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/delete.py index e6b6180..e182d75 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/delete.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/delete.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/import.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/import.py index 33e39e8..3b09d54 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/import.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/import.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/list.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/list.py index 6d339ad..1fa04b2 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/list.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/commands/list.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/consts.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/consts.py index 86ea858..b4e9609 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/consts.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/consts.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/errors.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/errors.py index bd39a3a..c35bf37 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/errors.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/errors.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/main.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/main.py index 83bafdf..3929da6 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/main.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/main.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/objects/master_node_settings.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/objects/master_node_settings.py index e452a26..c84c7da 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/objects/master_node_settings.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/objects/master_node_settings.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.py index def366a..d607df2 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/bootstrap_image.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/bootstrap_image.py index 582f9b4..cf82e35 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/bootstrap_image.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/bootstrap_image.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/data.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/data.py index 879edd8..9f62b09 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/data.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/utils/data.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.py b/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.py index e0d0383..cba37a1 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.py +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/doc/source/conf.py b/doc/source/conf.py index 9392330..2f32995 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