3 Commits

Author SHA1 Message Date
DeepaJon
be15624da2 Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8 encoding in
cloudpulseclient/__init__.py
cloudpulseclient/common/base.py
cloudpulseclient/common/httpclient.py
cloudpulseclient/common/utils.py
cloudpulseclient/exceptions.py
cloudpulseclient/tests/base.py
cloudpulseclient/tests/test_cloudpulseclient.py
doc/source/conf.py

Change-Id: I68d798f959ec6d2be4182de4e53f618897ddd99d
2017-01-11 11:30:14 +05:30
zhangguoqing
e72c9d5ef8 Change LOG.warn to LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: I6916a95800f003e96736c7e8fe45f3cfe242d983
Closes-Bug: #1530742
2016-01-04 14:05:29 +00:00
Anand Shanmugam
993f9a2d8f Adding common client files and utils
Change-Id: I441e6b9ea9ede097747799f0b9dd8790330adf58
2015-06-11 04:13:42 -07:00