Skip to content
Snippets Groups Projects
Commit 58fa8273 authored by John Chapman's avatar John Chapman
Browse files

Revert "Merge branch 'config.ByteStreamCnvSvc-20180619' into 'master'"

This reverts commit 05908ffa [formerly a8b54d55], reversing
changes made to b2a24b9e [formerly ad7dbb4f].


Former-commit-id: 1da4678a
parent cb9edf34
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,11 @@ def TrigBSReadCfg( inputFlags ):
from IOVDbMetaDataTools.IOVDbMetaDataToolsConf import IOVDbMetaDataTool
iovMetaDataTool = IOVDbMetaDataTool()
acc.addPublicTool( iovMetaDataTool )
from ByteStreamCnvSvc.ByteStreamCnvSvcConf import ByteStreamMetadataTool
bsMetaDataTool = ByteStreamMetadataTool()
acc.addPublicTool( bsMetaDataTool )
from StoreGate.StoreGateConf import ProxyProviderSvc, StoreGateSvc
metaDataStore = StoreGateSvc("MetaDataStore")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment