aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/h2/example.py')
-rw-r--r--test/h2/example.py2
1 files changed, 0 insertions, 2 deletions
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()