From ba75e35df73b8049d3932ca008a8f6c8308b610c Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 20 Jan 2012 14:27:46 +0100 Subject: show-introspection: Fix technology introspection --- test/show-introspection | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/show-introspection') diff --git a/test/show-introspection b/test/show-introspection index 20e8a50c..4b6450f0 100755 --- a/test/show-introspection +++ b/test/show-introspection @@ -12,9 +12,9 @@ print object.Introspect() manager = dbus.Interface(bus.get_object("net.connman", "/"), "net.connman.Manager") -properties = manager.GetProperties() +technologies = manager.GetTechnologies() -for path in properties["Technologies"]: +for path, properties in technologies: object = dbus.Interface(bus.get_object("net.connman", path), "org.freedesktop.DBus.Introspectable") -- cgit v1.2.3