aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/protocols/http.py')
-rw-r--r--pathod/protocols/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/protocols/http.py b/pathod/protocols/http.py
index 2ede2591..5ac8516f 100644
--- a/pathod/protocols/http.py
+++ b/pathod/protocols/http.py
@@ -4,7 +4,7 @@ from netlib.http import http1
from .. import language
-class HTTPProtocol(object):
+class HTTPProtocol():
def __init__(self, pathod_handler):
self.pathod_handler = pathod_handler