aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/exceptions.py')
-rw-r--r--netlib/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/exceptions.py b/netlib/exceptions.py
index dec79c22..2cef77cb 100644
--- a/netlib/exceptions.py
+++ b/netlib/exceptions.py
@@ -16,7 +16,7 @@ class NetlibException(Exception):
super(NetlibException, self).__init__(message)
-class Disconnect(object):
+class Disconnect():
"""Immediate EOF"""