File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- print " ##################################################################### "
2- print " # WARNING: the module CondCore.DBCommon.CondDBCommon is deprecated. # "
3- print " # Please import CondCore.CondDB.CondDB_cfi # "
4- print " ##################################################################### "
1+ from __future__ import print_function
2+ print (" ##################################################################### " )
3+ print (" # WARNING: the module CondCore.DBCommon.CondDBCommon is deprecated. # " )
4+ print (" # Please import CondCore.CondDB.CondDB_cfi # " )
5+ print (" ##################################################################### " )
56
67from CondCore .CondDB .CondDB_cfi import *
78CondDBCommon = CondDB .clone ()
Original file line number Diff line number Diff line change 1- print " ##################################################################### "
2- print " # WARNING: the module CondCore.DBCommon.CondDBSetup is deprecated. # "
3- print " # Please import CondCore.CondDB.CondDB_cfi # "
4- print " ##################################################################### "
1+ from __future__ import print_function
2+ print (" ##################################################################### " )
3+ print (" # WARNING: the module CondCore.DBCommon.CondDBSetup is deprecated. # " )
4+ print (" # Please import CondCore.CondDB.CondDB_cfi # " )
5+ print (" ##################################################################### " )
56
67from CondCore .CondDB .CondDB_cfi import *
78CondDBSetup = CondDB .clone ()
You can’t perform that action at this time.
0 commit comments