From 4c10a569c112ffb3a646bc0e5353d190fef58e22 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Nov 2010 10:57:42 +0100 Subject: Change service name from org.moblin.connman to net.connman --- test/show-introspection | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/show-introspection') diff --git a/test/show-introspection b/test/show-introspection index e64dd273..20e8a50c 100755 --- a/test/show-introspection +++ b/test/show-introspection @@ -4,18 +4,18 @@ import dbus bus = dbus.SystemBus() -object = dbus.Interface(bus.get_object("org.moblin.connman", '/'), +object = dbus.Interface(bus.get_object("net.connman", '/'), "org.freedesktop.DBus.Introspectable") print object.Introspect() -manager = dbus.Interface(bus.get_object("org.moblin.connman", "/"), - "org.moblin.connman.Manager") +manager = dbus.Interface(bus.get_object("net.connman", "/"), + "net.connman.Manager") properties = manager.GetProperties() for path in properties["Technologies"]: - object = dbus.Interface(bus.get_object("org.moblin.connman", path), + object = dbus.Interface(bus.get_object("net.connman", path), "org.freedesktop.DBus.Introspectable") print object.Introspect() -- cgit v1.2.3