summaryrefslogtreecommitdiff
path: root/src/waitress/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/channel.py')
-rw-r--r--src/waitress/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waitress/channel.py b/src/waitress/channel.py
index bc9a2bb..dfb36bb 100644
--- a/src/waitress/channel.py
+++ b/src/waitress/channel.py
@@ -37,7 +37,7 @@ class ClientDisconnected(Exception):
""" Raised when attempting to write to a closed socket."""
-class HTTPChannel(wasyncore.dispatcher, object):
+class HTTPChannel(wasyncore.dispatcher):
"""
Setting self.requests = [somerequest] prevents more requests from being
received until the out buffers have been flushed.