[PATCH 04/17] dbus/proxies.py: get INTROSPECTABLE_IFACE from
_dbus_bindings
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Apr 30 03:33:31 PDT 2007
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:
More information about the dbus
mailing list