#!/usr/bin/python

import dbus

bus = dbus.SystemBus()
manager = dbus.Interface(
	bus.get_object('org.bluez', '/org/bluez'),
	'org.bluez.Manager')


