cleanup imports

This commit is contained in:
Thomas Kriechbaumer 2015-05-29 16:59:50 +02:00
parent e2de49596d
commit c32d8189fa
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import struct
import io
from hpack.hpack import Encoder, Decoder
from .. import utils

View File

@ -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()