diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 10:22:23 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 10:22:23 +1300 |
commit | 1ecb25cdc10116c5341dc1024581365bec328b4e (patch) | |
tree | 47c7d18aaeca5453182f837ff326e113344c36d7 /netlib/http/headers.py | |
parent | f45f4e677e8cddba8160d1e4e02ca8a4515e3456 (diff) | |
download | mitmproxy-1ecb25cdc10116c5341dc1024581365bec328b4e.tar.gz mitmproxy-1ecb25cdc10116c5341dc1024581365bec328b4e.tar.bz2 mitmproxy-1ecb25cdc10116c5341dc1024581365bec328b4e.zip |
mitmproxy.types.[basethread,multidict,serializable]
Diffstat (limited to 'netlib/http/headers.py')
-rw-r--r-- | netlib/http/headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/http/headers.py b/netlib/http/headers.py index 6c30d278..8fc0cd43 100644 --- a/netlib/http/headers.py +++ b/netlib/http/headers.py @@ -1,7 +1,7 @@ import re import collections -from netlib import multidict +from mitmproxy.types import multidict from mitmproxy.utils import strutils # See also: http://lucumr.pocoo.org/2013/7/2/the-updated-guide-to-unicode/ |