blob: 772a1db7ba21a54316b6f22ff69b5d0eb5bc5d60 [file] [log] [blame]
#!/usr/bin/python
import dbus
bus = dbus.SystemBus()
object = dbus.Interface(bus.get_object("org.chromium.dhcpcd", '/'),
"org.freedesktop.DBus.Introspectable")
print object.Introspect()