ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/Reporter.py
(Generate patch)

Comparing COMP/CRAB/python/Reporter.py (file contents):
Revision 1.16 by ewv, Wed Apr 28 12:44:40 2010 UTC vs.
Revision 1.17 by ewv, Tue Jun 29 17:46:42 2010 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines