aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
Diffstat (limited to 'netlib')
-rw-r--r--netlib/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/test.py b/netlib/test.py
index 3a23ba8f..db30c0e6 100644
--- a/netlib/test.py
+++ b/netlib/test.py
@@ -15,7 +15,7 @@ class ServerThread(threading.Thread):
self.server.shutdown()
-class ServerTestBase:
+class ServerTestBase(object):
ssl = None
handler = None
addr = ("localhost", 0)