# | Line 2 | Line 2 | import os, common, string | |
---|---|---|
2 | from Actor import * | |
3 | from crab_util import * | |
4 | from ProdCommon.FwkJobRep.ReportParser import readJobReport | |
5 | < | from LumiList import LumiList |
5 | > | try: # Can remove when CMSSW 3.7 and earlier are dropped |
6 | > | from FWCore.PythonUtilities.LumiList import LumiList |
7 | > | except ImportError: |
8 | > | from LumiList import LumiList |
9 | ||
10 | try: # FUTURE: Python 2.6, prior to 2.6 requires simplejson | |
11 | import json |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |