970a0be666fe5ba211f2ea9833abba0eef1739c9
A minor fix to https://review.openstack.org/#/c/69234/ which forgets to remove the unused 'from __future__ import print_function' after remove all print function. Change-Id: Iedc925a66fa4dec209cf34ce28b45f768f7bc81d
Python bindings to the Ceilometer API
This is a client library for Ceilometer built on the Ceilometer API.
It provides a Python API (the ceilometerclient module) and
a command-line tool (ceilometer).
Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.
See release notes and more at http://docs.openstack.org/developer/python-ceilometerclient/.
Description