Lines Matching refs:item
114 for item in os.listdir(bip_path):
115 if item[0] in ".":
118 product_name = item[0:-len('.json')
119 ] if item.endswith('.json') else item
120 config_path = os.path.join(bip_path, item)
135 for item in os.listdir(bipl_path):
136 if item[0] in ".":
139 product_name = item[0:-len('.json')
140 ] if item.endswith('.json') else item
141 config_path = os.path.join(bipl_path, item)