python-openstackclient/openstackclient/api
Yang Hongyang 059f54eee4 Clean up unnecessary import of urlparse module
six.moves.urllib already covers the py2 and py3 compatibility issues
of urlparse module, use six.moves.urllib.parse.urlparse is enough.

Change-Id: I785f4f872850e5d770fdcf4c0d3392be3978cc4a
2016-03-01 22:06:53 +08:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Use instanceof instead of type 2016-02-22 16:23:23 -06:00
auth.py Clean redundant argument to dict.get 2016-02-21 13:21:31 +08:00
auth_plugin.py Replace string format arguments with function parameters 2016-02-20 14:16:25 +08:00
image_v1.py Don't hack the image url 2015-03-05 20:58:23 -06:00
image_v2.py Don't hack the image url 2015-03-05 20:58:23 -06:00
object_store_v1.py Clean up unnecessary import of urlparse module 2016-03-01 22:06:53 +08:00
utils.py Use instanceof instead of type 2016-02-22 16:23:23 -06:00