From cb1ffaea799249d6c2dcc9452f758f57392f55e7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 27 Sep 2007 18:14:11 +0100 Subject: [PATCH] fd.o #12432: fix documentation for remove_from_connection --- dbus/service.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dbus/service.py b/dbus/service.py index 4f600fc..9f56fe5 100644 --- a/dbus/service.py +++ b/dbus/service.py @@ -582,10 +582,6 @@ class Object(Interface): and object path. If no connection or path is specified, the object ceases to be accessible via any connection or path. - It's not currently possible to export an object on more than one - connection or with more than one object-path, but this will be - supported in future. - :Parameters: `connection` : dbus.connection.Connection or None Only remove the object from this Connection. If None, -- 2.11.4.GIT