swift/test/unit/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
test_form_signature.py Get StringIO and cStringIO from six.moves 2015-07-15 16:56:33 +02:00
test_info.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:32:02 +05:30
test_recon.py py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00
test_ring_builder_analyzer.py Validate against duplicate device part replica assignment 2015-10-02 16:42:25 -07:00
test_ringbuilder.py Validate against duplicate device part replica assignment 2015-10-02 16:42:25 -07:00