aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.py')
-rw-r--r--test/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/utils.py b/test/utils.py
index b1dc46d4..12646106 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -1,3 +1,4 @@
+import os.path
from libmproxy import proxy, utils, filt, flow
def treq(conn=None):
@@ -20,3 +21,4 @@ def tflow():
r = treq()
return flow.Flow(r)
+