swift/test/functional
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 py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00
swift_test_client.py py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00
test_account.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:23:54 -04:00
test_container.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:23:54 -04:00
test_object.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:23:54 -04:00
tests.py py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00