aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-04 19:44:48 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-05 13:33:37 +0200
commitf003f87197a6dffe1b51a82f7dd218121c75e206 (patch)
tree9d1a19022cbe58bdedddd267d312f57e33905796 /test
parent623dd850e0ce15630e0950b4de843c0af8046618 (diff)
downloadmitmproxy-f003f87197a6dffe1b51a82f7dd218121c75e206.tar.gz
mitmproxy-f003f87197a6dffe1b51a82f7dd218121c75e206.tar.bz2
mitmproxy-f003f87197a6dffe1b51a82f7dd218121c75e206.zip
http2: rename module and refactor as strategy
Diffstat (limited to 'test')
-rw-r--r--test/h2/test_frames.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h2/test_frames.py b/test/h2/test_frames.py
index 42a0c1cf..d8a4febc 100644
--- a/test/h2/test_frames.py
+++ b/test/h2/test_frames.py
@@ -1,6 +1,6 @@
import tutils
from nose.tools import assert_equal
-from netlib.h2.frame import *
+from netlib.http2.frame import *
class FileAdapter(object):