swift/test/unit/proxy/controllers
Zack M. Davis 1b8b08039a remove remaining simplejson uses, prefer standard library import
a1c32702, 736cf54a, and 38787d0f remove uses of `simplejson` from
various parts of Swift in favor of the standard libary `json`
module (introduced in Python 2.6). This commit performs the remaining
`simplejson` to `json` replacements, removes two comments highlighting
quirks of simplejson with respect to Unicode, and removes the references
to it in setup documentation and requirements.txt.

There were a lot of places where we were importing json from
swift.common.utils, which is less intuitive than a direct `import json`,
so that replacement is made as well.

(And in two more tiny drive-bys, we add some pretty-indenting to an XML
fragment and use `super` rather than naming a base class explicitly.)

Change-Id: I769e88dda7f76ce15cf7ce930dc1874d24f9498a
2015-11-16 12:34:24 -08:00
..
__init__.py re-use headers_to_container_info on container GET 2012-11-01 18:46:47 -07:00
test_account.py pep8 fix: assertEquals -> assertEqual 2015-08-06 13:36:26 -05:00
test_base.py remove remaining simplejson uses, prefer standard library import 2015-11-16 12:34:24 -08:00
test_container.py Merge "test/unit: Replace python print operator with print function (pep H233, py33)" 2015-08-11 09:49:50 +00:00
test_info.py Remove simplejson from tests 2015-05-28 16:05:57 -07:00
test_obj.py Small cleanup for unit/proxy/controllers/test_obj 2015-11-11 09:03:54 -08:00