From a67bb2e249f85bd404769d448036ce20517deac7 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:49:56 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following file(s) added utf-8 encoding but never used. So we can remove them at all. test/functional/test_access_control.py test/unit/common/middleware/crypto/test_keymaster.py test/unit/obj/test_diskfile.py Change-Id: I00adc968872ebe9f9c0619a4e393e048c7c1a91e --- test/functional/test_access_control.py | 2 -- test/unit/common/middleware/crypto/test_keymaster.py | 1 - test/unit/obj/test_diskfile.py | 1 - 3 files changed, 4 deletions(-) diff --git a/test/functional/test_access_control.py b/test/functional/test_access_control.py index 5d7756b6c6..6d38191380 100644 --- a/test/functional/test_access_control.py +++ b/test/functional/test_access_control.py @@ -1,6 +1,4 @@ #!/usr/bin/python -# coding: UTF-8 - # Copyright (c) 2015 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/unit/common/middleware/crypto/test_keymaster.py b/test/unit/common/middleware/crypto/test_keymaster.py index 71fa06009c..676de93e36 100644 --- a/test/unit/common/middleware/crypto/test_keymaster.py +++ b/test/unit/common/middleware/crypto/test_keymaster.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2015 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/unit/obj/test_diskfile.py b/test/unit/obj/test_diskfile.py index f63e99c901..146f26ff21 100644 --- a/test/unit/obj/test_diskfile.py +++ b/test/unit/obj/test_diskfile.py @@ -1,4 +1,3 @@ -# -*- coding:utf-8 -*- # Copyright (c) 2010-2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License");