Go to file
Lu lei a8b55ac0ce Remove six.moves module
Python 3 reorganized the standard library and moved several functions to
different modules. Six provides a consistent interface to them through the
fake six.moves module.

But six.StringIO is an alias for StringIO.StringIO in Python 2 and
io.StringIO in Python 3. So we don't need six.moves.StringIO() any more,
we use six.StringIO() directly.

Here is links :http://pythonhosted.org/six/#module-six.moves

Change-Id: I44dbe915820ba4b5ffc0e34812fadc3d905542d1
2016-09-07 16:50:06 +08:00
2016-09-07 16:50:06 +08:00
2016-04-12 01:22:58 +00:00
2015-10-17 22:37:46 +00:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-01-04 17:59:59 +08:00
2016-05-07 23:54:09 -04:00
2015-01-04 17:59:59 +08:00
2016-08-29 04:33:25 -04:00
2015-09-17 12:18:23 +00:00
2015-02-07 12:12:13 +08:00

Python bindings to the Senlin Clustering API

This is a client library for Senlin built on the Senlin clustering API. It provides a Python API (the senlinclient module) and a command-line tool (senlin).

Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.1 MiB