summaryrefslogtreecommitdiff
path: root/dbus/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/server.py')
-rw-r--r--dbus/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/server.py b/dbus/server.py
index fd2da87..6b7eb50 100644
--- a/dbus/server.py
+++ b/dbus/server.py
@@ -51,7 +51,7 @@ class Server(_Server):
Authentication mechanisms to allow. The default is to allow
any authentication mechanism supported by ``libdbus``.
"""
- return super(Server, cls).__new__(address, connection_class,
+ return super(Server, cls).__new__(cls, address, connection_class,
mainloop, auth_mechanisms)
address = property(_Server.get_address)