[PATCH 04/17] dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindings

John (J5) Palmieri johnp at redhat.com
Mon Apr 30 14:41:16 PDT 2007


Looks good.


On Mon, 2007-04-30 at 11:33 +0100, Simon McVittie wrote:
> diff --git a/dbus/proxies.py b/dbus/proxies.py
> index 027d99d..e2a1aed 100644
> --- a/dbus/proxies.py
> +++ b/dbus/proxies.py
> @@ -37,9 +37,8 @@ __docformat__ = 'restructuredtext'
>  _logger = logging.getLogger('dbus.proxies')
>  
>  from _dbus_bindings import LOCAL_PATH, \
> -                           BUS_DAEMON_NAME, BUS_DAEMON_PATH, BUS_DAEMON_IFACE
> -
> -INTROSPECTABLE_IFACE = 'org.freedesktop.DBus.Introspectable'
> +                           BUS_DAEMON_NAME, BUS_DAEMON_PATH, BUS_DAEMON_IFACE,\
> +                           INTROSPECTABLE_IFACE
>  
> 
>  class _DeferredMethod:
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus



More information about the dbus mailing list