=== modified file 'mandos' --- mandos 2009-01-04 21:20:50 +0000 +++ mandos 2009-01-04 21:26:57 +0000 @@ -1135,6 +1135,9 @@ self.ClientRemoved(object_path) return raise KeyError + @dbus.service.method(_interface) + def Quit(self): + main_loop.quit() del _interface