diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/h2/test_frames.py | 2 |
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): |