swift/test/unit/account
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 Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py unit tests: Replace "self.assert_" by "self.assertTrue" 2015-07-21 19:23:00 +05:30
test_backend.py Modify functional tests to use ostestr/testr 2015-12-15 22:30:44 +00:00
test_reaper.py Merge "Get rid of contextlib.nested() for py3" 2015-11-05 12:20:06 +00:00
test_replicator.py Make db_replicator usync smaller containers 2015-10-19 15:26:12 +01:00
test_server.py remove remaining simplejson uses, prefer standard library import 2015-11-16 12:34:24 -08:00
test_utils.py Move HeaderKeyDict to avoid an inline import 2016-03-07 12:26:48 -08:00