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
This commit is contained in:
parent
09fa9dddd7
commit
a67bb2e249
@ -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");
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2015 OpenStack Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
# Copyright (c) 2010-2012 OpenStack Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
Loading…
Reference in New Issue
Block a user