manila/tools
chen-li a6a76d6821 py3: use six.moves.urllib.parse instead of urlparse
six is the canonical compatibility library for supporting
Python 2 and 3 in a single codebase.

The urlparse module  was removed in Python 3 and we should
use 'six.moves.urllib.parse' instead of 'urlparse' to make
code compatible with py 2 and 3 as well.

Partially-implements blueprint py3-compatibility

Change-Id: Ib27244d0583e81e307d5e4236cbf85d29566dde9
2014-12-27 08:51:32 +08:00
..
colorizer.py Sync scripts with oslo-incubator 2014-08-14 12:09:46 +02:00
enable-pre-commit-hook.sh docs 2013-09-17 10:57:47 +03:00
install_venv.py Sync with oslo-incubator 2014-10-26 08:12:04 +00:00
install_venv_common.py Sync scripts with oslo-incubator 2014-08-14 12:09:46 +02:00
lintstack.py py3: use six.moves.urllib.parse instead of urlparse 2014-12-27 08:51:32 +08:00
lintstack.sh Initialize from cinder 2013-08-08 10:34:06 -04:00
with_venv.sh Sync scripts with oslo-incubator 2014-08-14 12:09:46 +02:00