swift/swift/cli
Victor Stinner c0af385173 py3: Replace urllib imports with six.moves.urllib
The urllib, urllib2 and urlparse modules of Python 2 were reorganized
into a new urllib namespace on Python 3. Replace urllib, urllib2 and
urlparse imports with six.moves.urllib to make the modified code
compatible with Python 2 and Python 3.

The initial patch was generated by the urllib operation of the sixer
tool on: bin/* swift/ test/.

Change-Id: I61a8c7fb7972eabc7da8dad3b3d34bceee5c5d93
2015-10-08 15:24:13 +02:00
..
__init__.py Add some tests for bin/swift-recon 2014-01-31 15:34:37 +00:00
form_signature.py Replace python print operator with print function (pep H233, py33) 2015-07-16 18:36:52 +05:30
info.py py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00
recon.py py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00
ring_builder_analyzer.py Add save command to ring-builder-analyzer 2015-07-07 15:13:20 -07:00
ringbuilder.py Merge "Python 3 using builtins instead of __builtin__, rename raw_input() to input() from six.moves" 2015-10-08 08:41:30 +00:00