CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CondDBSetup_cfi.py
Go to the documentation of this file.
1 print " ################################################################### "
2 print " # WARNING: this module is deprecated. # "
3 print " # Please use CondCore.CondDB.CondDB_cfi.py # "
4 print " ################################################################### "
5 
6 from CondCore.CondDB.CondDB_cfi import *
7 CondDBSetup = CondDB.clone()
8 CondDBSetup.__delattr__('connect')
9