swift/test/unit/proxy/controllers
Samuel Merritt 9430f4c9f5 Move HeaderKeyDict to avoid an inline import
There was a function in swift.common.utils that was importing
swob.HeaderKeyDict at call time. It couldn't import it at compilation
time since utils can't import from swob or else it blows up with a
circular import error.

This commit just moves HeaderKeyDict into swift.common.header_key_dict
so that we can remove the inline import.

Change-Id: I656fde8cc2e125327c26c589cf1045cb81ffc7e5
2016-03-07 12:26:48 -08:00
..
__init__.py re-use headers_to_container_info on container GET 2012-11-01 18:46:47 -07:00
test_account.py Use 201 insted of 200 in PUT test case 2016-02-22 16:10:09 +09:00
test_base.py Move HeaderKeyDict to avoid an inline import 2016-03-07 12:26:48 -08:00
test_container.py dry out container unittests 2016-02-23 09:17:56 +00:00
test_info.py Remove simplejson from tests 2015-05-28 16:05:57 -07:00
test_obj.py Move HeaderKeyDict to avoid an inline import 2016-03-07 12:26:48 -08:00