Merge "Removes unnecessary utf-8 encoding"

This commit is contained in:
Jenkins 2017-01-10 03:42:05 +00:00 committed by Gerrit Code Review
commit 6918c7940a
3 changed files with 0 additions and 4 deletions

View File

@ -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");

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,3 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2010-2012 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");