Hi Petri, > Some test scripts use "from gi.repository import GObject" whereas others > use "import gobject". gi.repository is not always available on embedded > systems, so convert all instances to this format: > > try: > from gi.repository import GObject > except ImportError: > import gobject as GObject > > Also, sort the imports in this order: system, dbus, gobject, bluezutils I am not a Python expert, but the changes look all good to. So I went ahead and applied the patch. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html