manila/contrib
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
..
ci Update ci scripts 2014-06-26 16:33:47 +00:00
devstack devstack: strip obsolete part of m-shr instumentation 2014-06-05 07:54:03 +02:00
tempest py3: use six.string_types instead of basestring 2014-07-25 06:02:44 +00:00