2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
8 service = CompFactory.OutputStreamSequencerSvc(
"OutputStreamSequencerSvc",
9 SequenceIncidentName=incidentName,
10 ReportingOn=reportingOn)
11 result.addService(service)