aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/http/http2/__init__.py')
-rw-r--r--netlib/http/http2/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/netlib/http/http2/__init__.py b/netlib/http/http2/__init__.py
deleted file mode 100644
index 20cc63a0..00000000
--- a/netlib/http/http2/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from netlib.http.http2.framereader import read_raw_frame, parse_frame
-from netlib.http.http2.utils import parse_headers
-
-__all__ = [
- "read_raw_frame",
- "parse_frame",
- "parse_headers",
-]