aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/protocols')
-rw-r--r--pathod/protocols/http2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pathod/protocols/http2.py b/pathod/protocols/http2.py
index 688cc64e..3f45ec80 100644
--- a/pathod/protocols/http2.py
+++ b/pathod/protocols/http2.py
@@ -1,6 +1,7 @@
from netlib.http import http2
from .. import language
+
class HTTP2Protocol:
def __init__(self, pathod_handler):