manila/tools
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
..
conf py3: use six.string_types instead of basestring 2014-07-25 06:02:44 +00:00
colorizer.py Refactor test framework 2014-07-22 14:58:48 +03:00
enable-pre-commit-hook.sh docs 2013-09-17 10:57:47 +03:00
install_venv.py Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
install_venv_common.py Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
lintstack.py Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
lintstack.sh Initialize from cinder 2013-08-08 10:34:06 -04:00
with_venv.sh Refactor test framework 2014-07-22 14:58:48 +03:00