5 from DQUtils 
import define_iov_type
 
    7 DEFAULT_CONNECTION_STRING = 
"COOLOFL_GLOBAL/CONDBR2" 
    9 PARENT_FOLDERSET = 
"/GLOBAL/DETSTATUS" 
   10 DEFECTS_FOLDER = 
"/GLOBAL/DETSTATUS/DEFECTS" 
   11 DEFECT_FOLDER_DESC = 
"Data Quality defects folder" 
   13 DEFECT_LOGIC_FOLDER = 
"/GLOBAL/DETSTATUS/DEFECTLOGIC" 
   14 DEFECT_LOGIC_FOLDER_DESC = 
"Data Quality virtual defects logic" 
   15 DEFECT_LOGIC_TAG_FORMAT = 
"DetStatusDEFECTLOGIC-%04i" 
   18 def DEFECT_IOV(channel, present, recoverable, user, comment):