CMS 3D CMS Logo

CondDBSetup_cfi.py
Go to the documentation of this file.
1 print " ##################################################################### "
2 print " # WARNING: the module CondCore.DBCommon.CondDBSetup is deprecated. # "
3 print " # Please import CondCore.CondDB.CondDB_cfi # "
4 print " ##################################################################### "
5 
6 from CondCore.CondDB.CondDB_cfi import *
7 CondDBSetup = CondDB.clone()
8 CondDBSetup.__delattr__('connect')
9