aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/log.py
diff options
context:
space:
mode:
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):