From 1d0ffd6ef92c99af16f303eb9605f9537dc8e37d Mon Sep 17 00:00:00 2001 From: Marco Clemencic Date: Fri, 27 Jun 2025 15:48:18 +0200 Subject: [PATCH] Prepare for gaudi/Gaudi!1671 --- .../Humboldt/python/Humboldt/QMTest/HumboldtExclusions.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Alignment/Humboldt/python/Humboldt/QMTest/HumboldtExclusions.py b/Alignment/Humboldt/python/Humboldt/QMTest/HumboldtExclusions.py index 2bc6906f3..c7d6f7722 100644 --- a/Alignment/Humboldt/python/Humboldt/QMTest/HumboldtExclusions.py +++ b/Alignment/Humboldt/python/Humboldt/QMTest/HumboldtExclusions.py @@ -1,5 +1,5 @@ ############################################################################### -# (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration # +# (c) Copyright 2000-2025 CERN for the benefit of the LHCb Collaboration # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # @@ -8,8 +8,7 @@ # granted to it by virtue of its status as an Intergovernmental Organization # # or submit itself to any jurisdiction. # ############################################################################### -from GaudiTesting.BaseTest import LineSkipper -from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor +from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor, LineSkipper preprocessor = LHCbPreprocessor + LineSkipper( strings=[ -- GitLab