diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 09:45:18 +1300 | 
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-20 09:45:18 +1300 | 
| commit | 1407830280383e50a8af848a0c564c4912df5a52 (patch) | |
| tree | 99298b45cb4b34b36f3308e695944bc3a2e1df60 /netlib/websockets | |
| parent | 069119364d6490e52ba26f2d8001c6b2bf50ab7b (diff) | |
| download | mitmproxy-1407830280383e50a8af848a0c564c4912df5a52.tar.gz mitmproxy-1407830280383e50a8af848a0c564c4912df5a52.tar.bz2 mitmproxy-1407830280383e50a8af848a0c564c4912df5a52.zip | |
netlib.human -> mitmproxy.utils.human
Diffstat (limited to 'netlib/websockets')
| -rw-r--r-- | netlib/websockets/frame.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/netlib/websockets/frame.py b/netlib/websockets/frame.py index b58fa289..02d74112 100644 --- a/netlib/websockets/frame.py +++ b/netlib/websockets/frame.py @@ -5,7 +5,7 @@ import io  from netlib import tcp  from netlib import strutils  from netlib import utils -from netlib import human +from mitmproxy.utils import human  from .masker import Masker | 
