aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/log.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-20 09:45:18 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-20 09:45:18 +1300
commit1407830280383e50a8af848a0c564c4912df5a52 (patch)
tree99298b45cb4b34b36f3308e695944bc3a2e1df60 /pathod/log.py
parent069119364d6490e52ba26f2d8001c6b2bf50ab7b (diff)
downloadmitmproxy-1407830280383e50a8af848a0c564c4912df5a52.tar.gz
mitmproxy-1407830280383e50a8af848a0c564c4912df5a52.tar.bz2
mitmproxy-1407830280383e50a8af848a0c564c4912df5a52.zip
netlib.human -> mitmproxy.utils.human
Diffstat (limited to 'pathod/log.py')
-rw-r--r--pathod/log.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pathod/log.py b/pathod/log.py
index 37100bb1..0d1bca41 100644
--- a/pathod/log.py
+++ b/pathod/log.py
@@ -1,6 +1,7 @@
import time
-from netlib import strutils, human
+from netlib import strutils
+from mitmproxy.utils import human
def write_raw(fp, lines, timestamp=True):