diff --git a/doc/source/conf.py b/doc/source/conf.py index d3826b06..622483d3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Mistral documentation build configuration file, created by # sphinx-quickstart on Fri Nov 1 02:06:28 2013. # diff --git a/mistralclient/api/base.py b/mistralclient/api/base.py index a2c5325b..d33b6c7c 100644 --- a/mistralclient/api/base.py +++ b/mistralclient/api/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/api/client.py b/mistralclient/api/client.py index 57477441..6fc7e81d 100644 --- a/mistralclient/api/client.py +++ b/mistralclient/api/client.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/api/executions.py b/mistralclient/api/executions.py index dd1762a4..81170cac 100644 --- a/mistralclient/api/executions.py +++ b/mistralclient/api/executions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/api/httpclient.py b/mistralclient/api/httpclient.py index ddc57b31..4fcfa1ff 100644 --- a/mistralclient/api/httpclient.py +++ b/mistralclient/api/httpclient.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/api/listeners.py b/mistralclient/api/listeners.py index 40b8ae13..51a1c634 100644 --- a/mistralclient/api/listeners.py +++ b/mistralclient/api/listeners.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/api/tasks.py b/mistralclient/api/tasks.py index 48850800..a39259f3 100644 --- a/mistralclient/api/tasks.py +++ b/mistralclient/api/tasks.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/api/workbooks.py b/mistralclient/api/workbooks.py index 8701df11..23b11f7b 100644 --- a/mistralclient/api/workbooks.py +++ b/mistralclient/api/workbooks.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/exceptions.py b/mistralclient/exceptions.py index 078c66ad..84701f72 100644 --- a/mistralclient/exceptions.py +++ b/mistralclient/exceptions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/tests/base.py b/mistralclient/tests/base.py index 407313d9..db45b435 100644 --- a/mistralclient/tests/base.py +++ b/mistralclient/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/tests/test_executions.py b/mistralclient/tests/test_executions.py index df958b11..5c81c95a 100644 --- a/mistralclient/tests/test_executions.py +++ b/mistralclient/tests/test_executions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/tests/test_listeners.py b/mistralclient/tests/test_listeners.py index 0f64b3c2..2a6b371d 100644 --- a/mistralclient/tests/test_listeners.py +++ b/mistralclient/tests/test_listeners.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/tests/test_tasks.py b/mistralclient/tests/test_tasks.py index a4f191ac..31a7b64b 100644 --- a/mistralclient/tests/test_tasks.py +++ b/mistralclient/tests/test_tasks.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistralclient/tests/test_workbooks.py b/mistralclient/tests/test_workbooks.py index 58dcdf68..3c7f3650 100644 --- a/mistralclient/tests/test_workbooks.py +++ b/mistralclient/tests/test_workbooks.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License");