Removes unnecessary utf-8 encoding

This patches removes unnecessary utf-8 encoding in
bileanclient/__init__.py
bileanclient/v1/client.py
bileanclient/v1/policies.py
bileanclient/v1/resources.py
bileanclient/v1/rules.py
bileanclient/v1/shell.py
bileanclient/v1/users.py
doc/source/conf.py
tools/install_venv_common.py

Change-Id: Ia51fdd4a376e960a714a65861ea3d9d9d272771e
This commit is contained in:
DeepaJon 2017-01-10 12:46:49 +05:30 committed by lvdongbing
parent 7a2c17cab7
commit cbf2f589ee
9 changed files with 0 additions and 18 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2013 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2012 OpenStack LLC.
# All Rights Reserved.
#

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -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

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# bileanclient documentation build configuration file, created by
# sphinx-quickstart on Sun Apr 17 22:38:31 2016.
#

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2013 OpenStack Foundation
# Copyright 2013 IBM Corp.
#