manila/contrib/tempest/tempest
Valeriy Ponomaryov 8abe92efa9 py3: use six.string_types instead of basestring
six is the canonical compatibility library for supporting Python 2 and 3
in a single codebase.

The basestring was removed in Python 3 and we should use 'six.string_types'
instead of 'basestring' to make code compatible with py 2 and 3 as well.

Partially-implements blueprint py3-compatibility

Change-Id: Idb452afdc2a828089627e14f90c53f3967ceb2ad
2014-07-25 06:02:44 +00:00
..
api/share py3: use six.string_types instead of basestring 2014-07-25 06:02:44 +00:00
cli Fix compatibility with tempest project 2014-07-23 08:53:59 +03:00
services/share Add share-server-delete API 2014-07-15 14:13:57 +00:00
clients_share.py Fixed tempest plugin compatibility 2014-05-08 20:20:46 +03:00
config_share.py Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
share_exceptions.py Several fixies to tempest plugin 2014-06-04 15:35:07 +03:00