dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Documentation on Python Events error #707

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the page:

http://code.google.com/apis/wave/extensions/robots/events.html#EventContext

Under section Event Context, the python robot context is placed in the wrong 
position. The correct position should be as follows:

myrobot.register_handler(events.WaveletParticipantsAdded, 
OnWaveletParticipantsAdded, context =
[events.Context.SIBLINGS, events.Context.PARENT])

Original issue reported on code.google.com by jmartine...@gmail.com on 30 Mar 2010 at 3:33

GoogleCodeExporter commented 9 years ago
Thanks for catching that, will fix.

Original comment by pamela.fox on 30 Mar 2010 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 7 Apr 2010 at 7:28