Line Code
1 2 3 4 5 6 7 8 9 10 11 12
import FWCore.ParameterSet.Config as cms

process = cms.Process("TEST")
process.source = cms.Source("EmptyIOVSource",
    lastValue = cms.uint64(8),
    timetype = cms.string('runnumber'),
    firstValue = cms.uint64(2),
    interval = cms.uint64(2)
)