Files
deb-python-falcon/falcon/util/__init__.py
kgriffs a689b5be0b fix(testing: Use a case-insensitive dict for srmock headers_dict
This patch should reduce the number of tests that will break due to the
change to returning lowercased headers from falcon.Response.
2014-01-08 12:09:54 -06:00

6 lines
148 B
Python

# Hoist misc. utils
from falcon.util.misc import * # NOQA
from falcon.util import structures
CaseInsensitiveDict = structures.CaseInsensitiveDict