aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-05-21 11:53:14 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-05-21 11:53:14 +1200
commit123e3b130c87e53092a4f8c66effc8605298e1d0 (patch)
treef1d7325e37bcee8cc69ff06dd0e0df7610d7e0cb /test/pathod
parent84144ca0c635f4a42c8ba8a13e779fe127a81d45 (diff)
downloadmitmproxy-123e3b130c87e53092a4f8c66effc8605298e1d0.tar.gz
mitmproxy-123e3b130c87e53092a4f8c66effc8605298e1d0.tar.bz2
mitmproxy-123e3b130c87e53092a4f8c66effc8605298e1d0.zip
We don't need 3 slightly different implementations of Data
Diffstat (limited to 'test/pathod')
-rw-r--r--test/pathod/tutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py
index 9739afde..f6ed3efb 100644
--- a/test/pathod/tutils.py
+++ b/test/pathod/tutils.py
@@ -116,7 +116,7 @@ tmpdir = netlib.tutils.tmpdir
raises = netlib.tutils.raises
-test_data = utils.Data(__name__)
+test_data = netlib.utils.Data(__name__)
def render(r, settings=language.Settings()):