diff --git a/Control/AthenaConfiguration/python/ComponentAccumulator.py b/Control/AthenaConfiguration/python/ComponentAccumulator.py index 52de3c5339e06fe820a414c14f00246f6b6f65c6..9a0a80c809d21df5693a830c6beb37d572bc957c 100644 --- a/Control/AthenaConfiguration/python/ComponentAccumulator.py +++ b/Control/AthenaConfiguration/python/ComponentAccumulator.py @@ -8,7 +8,7 @@ from AthenaCommon.AlgSequence import AthSequencer import GaudiKernel.GaudiHandles as GaudiHandles -from Deduplication import deduplicate, deduplicateComponent, deduplicateWithAll, DeduplicationFailed +from Deduplication import deduplicate, deduplicateWithAll, DeduplicationFailed import ast import collections diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py b/Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py index 3d63400d3ada685032788036da47f2307a0951a4..653314d3dd471bd35f402152b32a56ac8b812902 100644 --- a/Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py +++ b/Trigger/TrigValidation/TrigUpgradeTest/share/newJOtest.py @@ -75,11 +75,8 @@ acc.foreach_component("*HLTTop/*Input*").OutputLevel = DEBUG # input makers acc.foreach_component("*HLTTop/*HLTEDMCreator*").OutputLevel = DEBUG # messaging from the EDM creators acc.foreach_component("*HLTTop/*GenericMonitoringTool*").OutputLevel = WARNING # silcence mon tools (addressing by type) - acc.printConfig() - - fname = "newJOtest.pkl" print "Storing config in the config", fname with file(fname, "w") as p: