From c32d8189faa24cbe016bb3c859f64c816e0871fe Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Fri, 29 May 2015 16:59:50 +0200 Subject: cleanup imports --- test/h2/example.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/h2/example.py') diff --git a/test/h2/example.py b/test/h2/example.py index ca7c6c38..fc4f2f10 100644 --- a/test/h2/example.py +++ b/test/h2/example.py @@ -1,7 +1,5 @@ -from netlib import tcp from netlib.h2.frame import * from netlib.h2.h2 import * -from hpack.hpack import Encoder, Decoder c = H2Client(("127.0.0.1", 443)) c.connect() -- cgit v1.2.3