Parent: [a0cd27] (diff)

Child: [2a3bba] (diff)

Download this file

event_tasks.py    6 lines (4 with data), 159 Bytes

1
2
3
4
5
from allura.lib.decorators import task, event_handler
@task
def event(event_type, *args, **kwargs):
event_handler.fire_event(event_type, *args, **kwargs)