Skip to content

Instantly share code, notes, and snippets.

@willb
Created February 12, 2013 23:09
Show Gist options
  • Save willb/4774357 to your computer and use it in GitHub Desktop.
Save willb/4774357 to your computer and use it in GitHub Desktop.
>>> import wallaroo
>>> store = wallaroo.client.connect()
>>> chaconne = store.getNode("chaconne-2.local.")
>>> buzzcocks = store.addExplicitGroup("Buzzcocks")
>>> chaconne.modifyMemberships("ADD", ["Buzzcocks"], {})
>>> buzzcocks.membership
[u'chaconne-2.local.']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment