Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8 encoding in tempest/api/orchestration/stacks/test_swift_resources.py tempest/tests/lib/test_tempest_lib.py doc/source/conf.py releasenotes/source/conf.py For tempest/api/baremetal/admin/test_chassis.py ==> Still need the encoding for Non-ASCII characters in the file Change-Id: I2e1bff1f64dfe08f40562fa51e08a8ba25c9c3ae
This commit is contained in:
parent
4561b60254
commit
3f0530b0ca
@ -1,5 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
# Tempest documentation build configuration file, created by
|
# Tempest documentation build configuration file, created by
|
||||||
# sphinx-quickstart on Tue May 21 17:43:32 2013.
|
# sphinx-quickstart on Tue May 21 17:43:32 2013.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
# You may obtain a copy of the License at
|
# You may obtain a copy of the License at
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
|
# Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# 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
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
Loading…
Reference in New Issue
Block a user