Parent: [a0cd27] (diff)
Child: [2a3bba] (diff)
Download this file
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)