commit | 5fbd647251a121cf56277154f1a770d716668fbe | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu May 25 13:18:49 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu May 25 13:18:49 2017 +0000 |
tree | de5f379e5a924bd46ba173fea8afff3c1a434b0a | |
parent | 658924630f2c4e06d241751f95387cb87e670a57 [diff] | |
parent | dc7074e16ead4b3bbef482bb784534e4e5160af4 [diff] |
Merge "Removes unnecessary utf-8 encoding"
diff --git a/barbican_tempest_plugin/__init__.py b/barbican_tempest_plugin/__init__.py index 431fd9b..cc7c81e 100644 --- a/barbican_tempest_plugin/__init__.py +++ b/barbican_tempest_plugin/__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/barbican_tempest_plugin/tests/test_barbican_tempest_plugin.py b/barbican_tempest_plugin/tests/test_barbican_tempest_plugin.py index 9b542c5..1c827f6 100644 --- a/barbican_tempest_plugin/tests/test_barbican_tempest_plugin.py +++ b/barbican_tempest_plugin/tests/test_barbican_tempest_plugin.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