From b6e2f84963ea0b399d50bbfeab7df046f6f24f5b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Apr 2007 17:46:54 +0100 Subject: [PATCH] Make ProxyObject a new-style class, since it now has properties --- dbus/proxies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/proxies.py b/dbus/proxies.py index 0342c06..0ba96ff 100644 --- a/dbus/proxies.py +++ b/dbus/proxies.py @@ -190,7 +190,7 @@ class _ProxyMethod: return tuple(args_list) -class ProxyObject: +class ProxyObject(object): """A proxy to the remote Object. A ProxyObject is provided by the Bus. ProxyObjects -- 2.11.4.GIT