Example #1
0
 def __init__(self):
     self.loop = GObject.MainLoop()
     self.bus = SessionBus(mainloop=DBusGMainLoop())
     self.client = PlainBoxClient(self.bus, self._on_event)