jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
172B

  1. import libjack
  2. import state
  3. c=libjack.JackClient("bla")
  4. g=c.get_graph()
  5. sd = state.SessionDom()
  6. for i in g.clients.values():
  7. sd.add_client(i)
  8. print sd.get_xml()