diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmPacker_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmPacker_cfg.py index 024f9c76243e2..23d3b49405f55 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmPacker_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmPacker_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to pack a GT EVM record # diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py index 237ad70e630a0..c23375b0ec786 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtEvmUnpacker_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to unpack RAW L1 GT EVM data diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtPacker_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtPacker_cfg.py index bdeef91898434..9e3729be89852 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtPacker_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtPacker_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to pack a GT DAQ record # diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtRecord_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtRecord_cfg.py index f48d8a439e0f0..2c80cd3888c99 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtRecord_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtRecord_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to produce L1GlobalTriggerRecord from a L1GlobalTriggerReadoutRecord # when running on RAW data, one also unpack the data diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtTriggerMenuLite_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtTriggerMenuLite_cfg.py index c41569677f0aa..51ca8befcc753 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtTriggerMenuLite_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtTriggerMenuLite_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to run the L1GtTriggerMenuLite producer # with the options set in UserOptions_cff.py diff --git a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py index 1a5622d5ccbd5..8d8404b0884e6 100644 --- a/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py +++ b/EventFilter/L1GlobalTriggerRawToDigi/test/L1GtUnpacker_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to unpack RAW L1 GT DAQ data # the options set in "user choices" file diff --git a/EventFilter/L1TRawToDigi/python/bmtfStage2Raw_cfi.py b/EventFilter/L1TRawToDigi/python/bmtfStage2Raw_cfi.py index 4bf318aaa0075..64e722d914da3 100644 --- a/EventFilter/L1TRawToDigi/python/bmtfStage2Raw_cfi.py +++ b/EventFilter/L1TRawToDigi/python/bmtfStage2Raw_cfi.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms diff --git a/EventFilter/L1TRawToDigi/test/pack_cmp.py b/EventFilter/L1TRawToDigi/test/pack_cmp.py index f687667a94349..a795d783a447a 100644 --- a/EventFilter/L1TRawToDigi/test/pack_cmp.py +++ b/EventFilter/L1TRawToDigi/test/pack_cmp.py @@ -1,4 +1,3 @@ -from __future__ import print_function import ROOT import sys diff --git a/EventFilter/L1TRawToDigi/test/pack_cmp_etsums.py b/EventFilter/L1TRawToDigi/test/pack_cmp_etsums.py index cc8ec0760eef9..d8173e72e3901 100644 --- a/EventFilter/L1TRawToDigi/test/pack_cmp_etsums.py +++ b/EventFilter/L1TRawToDigi/test/pack_cmp_etsums.py @@ -1,4 +1,3 @@ -from __future__ import print_function import ROOT import sys diff --git a/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage1.py b/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage1.py index add366da85562..6bdb949fa653c 100644 --- a/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage1.py +++ b/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage1.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage2.py b/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage2.py index d2f3969d3d4ff..5740827920d33 100644 --- a/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage2.py +++ b/EventFilter/L1TRawToDigi/utils/unpackBuffers-CaloStage2.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/EventFilter/L1TXRawToDigi/python/util/__init__.py b/EventFilter/L1TXRawToDigi/python/util/__init__.py index 8f7aa2702ba7c..76be774eb4a89 100644 --- a/EventFilter/L1TXRawToDigi/python/util/__init__.py +++ b/EventFilter/L1TXRawToDigi/python/util/__init__.py @@ -1,3 +1,2 @@ -from __future__ import absolute_import from .getRunInfo import getRunsForDate, getRunsNewer, today, daysAgo, day, getFilesForRun, runGetDatasetsAvailable diff --git a/EventFilter/L1TXRawToDigi/python/util/rrClient.py b/EventFilter/L1TXRawToDigi/python/util/rrClient.py index 10df6830f3e96..9bb261e0de541 100644 --- a/EventFilter/L1TXRawToDigi/python/util/rrClient.py +++ b/EventFilter/L1TXRawToDigi/python/util/rrClient.py @@ -1,5 +1,3 @@ -from __future__ import absolute_import -from __future__ import print_function import re, json, datetime from .rrapi import RRApi, RRApiError diff --git a/EventFilter/L1TXRawToDigi/python/util/rrapi.py b/EventFilter/L1TXRawToDigi/python/util/rrapi.py index b26e28209a58d..dbbd05668ee62 100644 --- a/EventFilter/L1TXRawToDigi/python/util/rrapi.py +++ b/EventFilter/L1TXRawToDigi/python/util/rrapi.py @@ -1,4 +1,3 @@ -from __future__ import print_function import urllib, re, json, socket """ diff --git a/EventFilter/L1TXRawToDigi/test/testL1TCaloLayer1RawToDigi.py b/EventFilter/L1TXRawToDigi/test/testL1TCaloLayer1RawToDigi.py index ab2c737fc5a85..4ca328d4ac144 100644 --- a/EventFilter/L1TXRawToDigi/test/testL1TCaloLayer1RawToDigi.py +++ b/EventFilter/L1TXRawToDigi/test/testL1TCaloLayer1RawToDigi.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms import EventFilter.L1TXRawToDigi.util as util diff --git a/L1Trigger/CSCTriggerPrimitives/test/runL1CSCTPEmulatorConfigAnalyzer_cfg.py b/L1Trigger/CSCTriggerPrimitives/test/runL1CSCTPEmulatorConfigAnalyzer_cfg.py index 435cf2a4d2a4e..5bd8e846ddcaa 100644 --- a/L1Trigger/CSCTriggerPrimitives/test/runL1CSCTPEmulatorConfigAnalyzer_cfg.py +++ b/L1Trigger/CSCTriggerPrimitives/test/runL1CSCTPEmulatorConfigAnalyzer_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function import sys import os diff --git a/L1Trigger/Configuration/python/L1Trigger_custom.py b/L1Trigger/Configuration/python/L1Trigger_custom.py index 586fac6db66c3..5085056c7f352 100644 --- a/L1Trigger/Configuration/python/L1Trigger_custom.py +++ b/L1Trigger/Configuration/python/L1Trigger_custom.py @@ -1,4 +1,3 @@ -from __future__ import print_function # customization fragments to be used with cmsDriver and hltGetConfiguration # # V.M. Ghete 2010-06-09 initial version diff --git a/L1Trigger/Configuration/python/customiseReEmul.py b/L1Trigger/Configuration/python/customiseReEmul.py index 802295278863a..c31ef4412cd54 100644 --- a/L1Trigger/Configuration/python/customiseReEmul.py +++ b/L1Trigger/Configuration/python/customiseReEmul.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms from Configuration.Eras.Modifier_stage2L1Trigger_cff import stage2L1Trigger diff --git a/L1Trigger/Configuration/python/customiseSettings.py b/L1Trigger/Configuration/python/customiseSettings.py index e2a38ecf08161..fcc93f35ce355 100644 --- a/L1Trigger/Configuration/python/customiseSettings.py +++ b/L1Trigger/Configuration/python/customiseSettings.py @@ -1,4 +1,3 @@ -from __future__ import print_function import os.path import FWCore.ParameterSet.Config as cms diff --git a/L1Trigger/Configuration/python/customiseUtils.py b/L1Trigger/Configuration/python/customiseUtils.py index b49648a9b20d4..ce3aa8f51f9b1 100644 --- a/L1Trigger/Configuration/python/customiseUtils.py +++ b/L1Trigger/Configuration/python/customiseUtils.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms import FWCore.ParameterSet.VarParsing as VarParsing import os diff --git a/L1Trigger/Configuration/test/L1GlobalTagTest_cfg.py b/L1Trigger/Configuration/test/L1GlobalTagTest_cfg.py index 9040c325bf3da..0c481fcfada46 100644 --- a/L1Trigger/Configuration/test/L1GlobalTagTest_cfg.py +++ b/L1Trigger/Configuration/test/L1GlobalTagTest_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to print the content of # L1 trigger records from a global tag diff --git a/L1Trigger/GlobalTriggerAnalyzer/python/UserOptions_cff.py b/L1Trigger/GlobalTriggerAnalyzer/python/UserOptions_cff.py index adfdb1d4e646b..8a359be41f0a1 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/python/UserOptions_cff.py +++ b/L1Trigger/GlobalTriggerAnalyzer/python/UserOptions_cff.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # configuration file fragment containing user choices # for release to run, sample and data type to use in diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtAnalyzer_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtAnalyzer_cfg.py index 766f2f072ebcf..f7be5bd06d0dc 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtAnalyzer_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtAnalyzer_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to run the L1 GT test analyzer according to # the options set in "user choices" diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtBeamModeFilter_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtBeamModeFilter_cfg.py index 53164868863dc..31c0d78c1ac90 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtBeamModeFilter_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtBeamModeFilter_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to test L1GtBeamModeFilter # it requires as input: diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtEmulTrigReport_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtEmulTrigReport_cfg.py index 356e990b315a6..af56941181343 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtEmulTrigReport_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtEmulTrigReport_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to run L1 Global Trigger emulator on a file containing the output of the # GCT system and GMT system ("digi"), followed by the L1 trigger report diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPackUnpackAnalyzer_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPackUnpackAnalyzer_cfg.py index d3366cef88655..ca8d8fdaadc22 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPackUnpackAnalyzer_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPackUnpackAnalyzer_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to pack (DigiToRaw) a GT DAQ record, unpack (RawToDigi) it back # and compare the two set of digis diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py index 78095b340cb8f..e9415640f7d9f 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # L1 Pattern Generator # ==================== diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTechTrigL1GtEmulTrigReport_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTechTrigL1GtEmulTrigReport_cfg.py index 552960c3a54fe..26530045e9bce 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTechTrigL1GtEmulTrigReport_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTechTrigL1GtEmulTrigReport_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to run some technical trigger emulators/simulation, L1 Global Trigger emulator # on a file containing the output of the GCT system and GMT system ("digi"), followed by diff --git a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTrigReport_cfg.py b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTrigReport_cfg.py index afeb3aa676497..269726085e34a 100644 --- a/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTrigReport_cfg.py +++ b/L1Trigger/GlobalTriggerAnalyzer/test/L1GtTrigReport_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # cfg file to run L1GtTrigReport on GT output file containing # the readout record L1GlobalTriggerReadoutRecord diff --git a/L1Trigger/L1GctAnalyzer/test/gctLUTGenerator_cfg.py b/L1Trigger/L1GctAnalyzer/test/gctLUTGenerator_cfg.py index b2da09e9d2f9d..fdf4588183e01 100644 --- a/L1Trigger/L1GctAnalyzer/test/gctLUTGenerator_cfg.py +++ b/L1Trigger/L1GctAnalyzer/test/gctLUTGenerator_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms import sys diff --git a/L1Trigger/L1TCaloLayer1/test/testL1TCaloLayer1.py b/L1Trigger/L1TCaloLayer1/test/testL1TCaloLayer1.py index 56ff1638e3e9a..2fc4162f42c6d 100644 --- a/L1Trigger/L1TCaloLayer1/test/testL1TCaloLayer1.py +++ b/L1Trigger/L1TCaloLayer1/test/testL1TCaloLayer1.py @@ -1,4 +1,3 @@ -from __future__ import print_function import os import FWCore.ParameterSet.Config as cms diff --git a/L1Trigger/L1TCalorimeter/python/convertParamsToOnlineFormat.py b/L1Trigger/L1TCalorimeter/python/convertParamsToOnlineFormat.py index 9b36d308b2ab6..8dc4438c40f4b 100644 --- a/L1Trigger/L1TCalorimeter/python/convertParamsToOnlineFormat.py +++ b/L1Trigger/L1TCalorimeter/python/convertParamsToOnlineFormat.py @@ -1,6 +1,5 @@ #!/bin/env python3 -from __future__ import print_function import argparse import FWCore.ParameterSet.Config as cms from importlib import import_module diff --git a/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT.py b/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT.py index 374983d3af102..ba05d914b3fdd 100644 --- a/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT.py +++ b/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import os import sys import math diff --git a/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT_excl30.py b/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT_excl30.py index 3a8bff63ce05b..2601f6d746657 100644 --- a/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT_excl30.py +++ b/L1Trigger/L1TCalorimeter/python/generateTowerEtThresholdLUT_excl30.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import os import sys import math diff --git a/L1Trigger/L1TCalorimeter/python/studyJets.py b/L1Trigger/L1TCalorimeter/python/studyJets.py index c0129a68bafa1..8038fe94d3122 100644 --- a/L1Trigger/L1TCalorimeter/python/studyJets.py +++ b/L1Trigger/L1TCalorimeter/python/studyJets.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import os import sys import math diff --git a/L1Trigger/L1TCalorimeter/test/generatePattern-Stage2MP.py b/L1Trigger/L1TCalorimeter/test/generatePattern-Stage2MP.py index da2a143c541fa..f43d88db8a35c 100644 --- a/L1Trigger/L1TCalorimeter/test/generatePattern-Stage2MP.py +++ b/L1Trigger/L1TCalorimeter/test/generatePattern-Stage2MP.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/L1Trigger/L1TCommon/python/customiseDemo.py b/L1Trigger/L1TCommon/python/customiseDemo.py index e89c43eabdb42..1c1c5f946537c 100644 --- a/L1Trigger/L1TCommon/python/customiseDemo.py +++ b/L1Trigger/L1TCommon/python/customiseDemo.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms import os diff --git a/L1Trigger/L1TCommon/scripts/optionsL1T.py b/L1Trigger/L1TCommon/scripts/optionsL1T.py index a73ae05947ddf..c57fe7f3f3753 100644 --- a/L1Trigger/L1TCommon/scripts/optionsL1T.py +++ b/L1Trigger/L1TCommon/scripts/optionsL1T.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # L1T Command Line Options: # diff --git a/L1Trigger/L1TCommon/test/parse_dump_l1t_configs.py b/L1Trigger/L1TCommon/test/parse_dump_l1t_configs.py index efde44d78e4fa..6dfbed5c8276e 100644 --- a/L1Trigger/L1TCommon/test/parse_dump_l1t_configs.py +++ b/L1Trigger/L1TCommon/test/parse_dump_l1t_configs.py @@ -1,5 +1,4 @@ #!/bin/python -from __future__ import print_function import sys # Parse the output of dump_l1t_configs.py, printing the nonempty records and hash values diff --git a/L1Trigger/L1TCommon/test/reEmul.py b/L1Trigger/L1TCommon/test/reEmul.py index ce2f0d31affd6..0be3787615635 100644 --- a/L1Trigger/L1TCommon/test/reEmul.py +++ b/L1Trigger/L1TCommon/test/reEmul.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # reEmul.py configurable test of L1T re-emulation # diff --git a/L1Trigger/L1TCommon/test/runStandardSequences.py b/L1Trigger/L1TCommon/test/runStandardSequences.py index 57e28bb46882f..04b688f8bd92e 100644 --- a/L1Trigger/L1TCommon/test/runStandardSequences.py +++ b/L1Trigger/L1TCommon/test/runStandardSequences.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/L1Trigger/L1TGlobal/test/Raw2Digi_uGTEmulation.py b/L1Trigger/L1TGlobal/test/Raw2Digi_uGTEmulation.py index 16d6d4209139d..84ea81dc26962 100644 --- a/L1Trigger/L1TGlobal/test/Raw2Digi_uGTEmulation.py +++ b/L1Trigger/L1TGlobal/test/Raw2Digi_uGTEmulation.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/L1Trigger/L1TGlobal/test/TTBarRelVal_Stage2uGT_TestVectors.py b/L1Trigger/L1TGlobal/test/TTBarRelVal_Stage2uGT_TestVectors.py index 514fb3ad8f5f7..c5c17c478fc10 100644 --- a/L1Trigger/L1TGlobal/test/TTBarRelVal_Stage2uGT_TestVectors.py +++ b/L1Trigger/L1TGlobal/test/TTBarRelVal_Stage2uGT_TestVectors.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -from __future__ import print_function import sys """ diff --git a/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromDigi.py b/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromDigi.py index 8b114c8185dee..221098d6f814a 100644 --- a/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromDigi.py +++ b/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromDigi.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromRAW.py b/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromRAW.py index 1fec6f153351a..7bf07121dcfaf 100644 --- a/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromRAW.py +++ b/L1Trigger/L1TGlobal/test/l1tGlobalEmulation_FromRAW.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/L1Trigger/L1TGlobal/test/runGTSummary.py b/L1Trigger/L1TGlobal/test/runGTSummary.py index 7648746913cd6..1e9661fa22ad3 100644 --- a/L1Trigger/L1TGlobal/test/runGTSummary.py +++ b/L1Trigger/L1TGlobal/test/runGTSummary.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import FWCore.ParameterSet.Config as cms from Configuration.Eras.Era_Run2_2016_cff import Run2_2016 diff --git a/L1Trigger/L1TGlobal/test/runGlobalFakeInputProducer.py b/L1Trigger/L1TGlobal/test/runGlobalFakeInputProducer.py index 562c42c4a6e78..0dd29713b1e1e 100644 --- a/L1Trigger/L1TGlobal/test/runGlobalFakeInputProducer.py +++ b/L1Trigger/L1TGlobal/test/runGlobalFakeInputProducer.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -from __future__ import print_function import sys """ diff --git a/L1Trigger/L1TGlobal/test/testVectorCode_data.py b/L1Trigger/L1TGlobal/test/testVectorCode_data.py index 0331764a1631d..1572b5ad484b1 100644 --- a/L1Trigger/L1TGlobal/test/testVectorCode_data.py +++ b/L1Trigger/L1TGlobal/test/testVectorCode_data.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -from __future__ import print_function import sys """ diff --git a/L1Trigger/L1TGlobal/test/unpackBuffers-CaloStage2_uGTEmulation.py b/L1Trigger/L1TGlobal/test/unpackBuffers-CaloStage2_uGTEmulation.py index 658b5dd6117de..5f2de58664f84 100644 --- a/L1Trigger/L1TGlobal/test/unpackBuffers-CaloStage2_uGTEmulation.py +++ b/L1Trigger/L1TGlobal/test/unpackBuffers-CaloStage2_uGTEmulation.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Auto generated configuration file # using: # Revision: 1.19 diff --git a/L1Trigger/L1TMuonBarrel/test/kalmanTools/kmtfAnalysis.py b/L1Trigger/L1TMuonBarrel/test/kalmanTools/kmtfAnalysis.py index a29b918519d17..33fc9b82a5df3 100644 --- a/L1Trigger/L1TMuonBarrel/test/kalmanTools/kmtfAnalysis.py +++ b/L1Trigger/L1TMuonBarrel/test/kalmanTools/kmtfAnalysis.py @@ -1,4 +1,3 @@ -from __future__ import print_function import ROOT,itertools,math # from array import array # from DataFormats.FWLite import Events, Handle diff --git a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeEtaLuts.py b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeEtaLuts.py index 7fd5ebea2b764..f96aa211057d1 100644 --- a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeEtaLuts.py +++ b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeEtaLuts.py @@ -1,4 +1,3 @@ -from __future__ import print_function etaLUT0=[8.946,7.508,6.279,6.399] etaLUT1=[-0.159,-0.116,-0.088,-0.128] diff --git a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeInitialState.py b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeInitialState.py index 30a9745fce6c4..841ca54d8f55c 100644 --- a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeInitialState.py +++ b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makeInitialState.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms diff --git a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePTPhiLUTs.py b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePTPhiLUTs.py index 26090adac8af6..159f9c62993e4 100644 --- a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePTPhiLUTs.py +++ b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePTPhiLUTs.py @@ -1,4 +1,3 @@ -from __future__ import print_function from math import pi,floor diff --git a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePropToVertexLUTs.py b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePropToVertexLUTs.py index 89c56066d714a..c41124a7fbdf1 100644 --- a/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePropToVertexLUTs.py +++ b/L1Trigger/L1TMuonBarrel/test/kalmanTools/makePropToVertexLUTs.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms diff --git a/L1Trigger/L1TMuonBarrel/test/kalmanTools/validation.py b/L1Trigger/L1TMuonBarrel/test/kalmanTools/validation.py index a7a515194f274..9d4ae1fe29b80 100644 --- a/L1Trigger/L1TMuonBarrel/test/kalmanTools/validation.py +++ b/L1Trigger/L1TMuonBarrel/test/kalmanTools/validation.py @@ -1,4 +1,3 @@ -from __future__ import print_function import ROOT,itertools,math # from array import array # from DataFormats.FWLite import Events, Handle diff --git a/L1Trigger/L1TMuonEndCap/test/RunTrackFinder_data.py b/L1Trigger/L1TMuonEndCap/test/RunTrackFinder_data.py index 674c488c53f5a..b153fab73bc3a 100644 --- a/L1Trigger/L1TMuonEndCap/test/RunTrackFinder_data.py +++ b/L1Trigger/L1TMuonEndCap/test/RunTrackFinder_data.py @@ -1,4 +1,3 @@ -from __future__ import print_function ## 11.02.16: Copied from https://raw.githubusercontent.com/dcurry09/EMTF8/master/L1Trigger/L1TMuonEndCap/test/runMuonEndCap.py import FWCore.ParameterSet.Config as cms diff --git a/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut.py b/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut.py index 1bd37249c9ade..41a267c6835be 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # This cfg calls MakeAngleLUT which is obsolete and completely unused. # diff --git a/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut_phasetwogeom.py b/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut_phasetwogeom.py index e99970c43054d..ca63056533869 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut_phasetwogeom.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/make_anglelut_phasetwogeom.py @@ -1,4 +1,3 @@ -from __future__ import print_function # # This cfg calls MakeAngleLUT which is obsolete and completely unused. # diff --git a/L1Trigger/L1TMuonEndCap/test/tools/print_binary.py b/L1Trigger/L1TMuonEndCap/test/tools/print_binary.py index 4def2f07d6004..6107066cdf5d9 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/print_binary.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/print_binary.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import sys def main(): diff --git a/L1Trigger/L1TMuonEndCap/test/tools/print_mode.py b/L1Trigger/L1TMuonEndCap/test/tools/print_mode.py index 8ea494ca9d289..fe9ea1cca08e5 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/print_mode.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/print_mode.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import sys def main(): diff --git a/L1Trigger/L1TMuonEndCap/test/tools/print_mode_inv.py b/L1Trigger/L1TMuonEndCap/test/tools/print_mode_inv.py index c2d7aa1a38d3e..82bd0d2076b52 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/print_mode_inv.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/print_mode_inv.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import sys def main(): diff --git a/L1Trigger/L1TMuonEndCap/test/tools/print_quality_code.py b/L1Trigger/L1TMuonEndCap/test/tools/print_quality_code.py index 4015c36998de2..22d79dd4f99f4 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/print_quality_code.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/print_quality_code.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import sys def main(): diff --git a/L1Trigger/L1TMuonEndCap/test/tools/print_sector.py b/L1Trigger/L1TMuonEndCap/test/tools/print_sector.py index 293170b5756f8..5f193dfa6c1f0 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/print_sector.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/print_sector.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function import sys from math import degrees, pi diff --git a/L1Trigger/L1TMuonEndCap/test/tools/track_build_truth_table_generator.py b/L1Trigger/L1TMuonEndCap/test/tools/track_build_truth_table_generator.py index ab573d68627ea..44007d1167629 100644 --- a/L1Trigger/L1TMuonEndCap/test/tools/track_build_truth_table_generator.py +++ b/L1Trigger/L1TMuonEndCap/test/tools/track_build_truth_table_generator.py @@ -1,4 +1,3 @@ -from __future__ import print_function # Generate 2^6 = 64 entries # a=12, b=23, c=34, d=13, e=14, f=24 diff --git a/L1Trigger/L1TMuonEndCap/test/unittests/FWLiteAnalyzer.py b/L1Trigger/L1TMuonEndCap/test/unittests/FWLiteAnalyzer.py index a13144589409c..8558895da3cb6 100644 --- a/L1Trigger/L1TMuonEndCap/test/unittests/FWLiteAnalyzer.py +++ b/L1Trigger/L1TMuonEndCap/test/unittests/FWLiteAnalyzer.py @@ -4,7 +4,6 @@ # Based on https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookFWLitePython # Some snippets of codes are stolen from PhysicsTools/Heppy -from __future__ import print_function from ROOT import gROOT, gSystem, AutoLibraryLoader from DataFormats.FWLite import Events, Handle diff --git a/L1Trigger/Phase2L1GMT/test/makeTrackConversionLUTs.py b/L1Trigger/Phase2L1GMT/test/makeTrackConversionLUTs.py index 8f7f2c1b17d47..3549cfd1a089a 100644 --- a/L1Trigger/Phase2L1GMT/test/makeTrackConversionLUTs.py +++ b/L1Trigger/Phase2L1GMT/test/makeTrackConversionLUTs.py @@ -8,7 +8,6 @@ # # Description : -from __future__ import division import math import numpy as np from collections import defaultdict, Counter diff --git a/L1TriggerConfig/GMTConfigProducers/test/writeLUTsAndRegs_cfg.py b/L1TriggerConfig/GMTConfigProducers/test/writeLUTsAndRegs_cfg.py index 6505785493ec2..679af8cd27b86 100644 --- a/L1TriggerConfig/GMTConfigProducers/test/writeLUTsAndRegs_cfg.py +++ b/L1TriggerConfig/GMTConfigProducers/test/writeLUTsAndRegs_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms # LUT generator process diff --git a/L1TriggerConfig/GctConfigProducers/test/test-config-print.py b/L1TriggerConfig/GctConfigProducers/test/test-config-print.py index 8dc00ba6ff3c0..3f97584af8541 100644 --- a/L1TriggerConfig/GctConfigProducers/test/test-config-print.py +++ b/L1TriggerConfig/GctConfigProducers/test/test-config-print.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms # options diff --git a/L1TriggerConfig/L1GtConfigProducers/test/L1GtTester_cfg.py b/L1TriggerConfig/L1GtConfigProducers/test/L1GtTester_cfg.py index 96f9d2474b13d..f6500bf4d9997 100644 --- a/L1TriggerConfig/L1GtConfigProducers/test/L1GtTester_cfg.py +++ b/L1TriggerConfig/L1GtConfigProducers/test/L1GtTester_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # cfg file to test L1 GT records # # V M Ghete 2008 - 2010 - 2012 diff --git a/L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMenuOnlineTest_cfg.py b/L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMenuOnlineTest_cfg.py index c5b3dc060e8af..561a253329d1c 100644 --- a/L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMenuOnlineTest_cfg.py +++ b/L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMenuOnlineTest_cfg.py @@ -1,4 +1,3 @@ -from __future__ import print_function # cfg file to test the online producer of L1GtTriggerMenuRcd import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/bmtfDump.py b/L1TriggerConfig/Utilities/test/bmtfDump.py index ce94a7d1c09a7..b0383a23a6ffe 100644 --- a/L1TriggerConfig/Utilities/test/bmtfDump.py +++ b/L1TriggerConfig/Utilities/test/bmtfDump.py @@ -1,4 +1,3 @@ -from __future__ import print_function import re import os, sys, shutil import subprocess diff --git a/L1TriggerConfig/Utilities/test/caloL1Dump.py b/L1TriggerConfig/Utilities/test/caloL1Dump.py index 250aa97820e75..cba870181afdf 100644 --- a/L1TriggerConfig/Utilities/test/caloL1Dump.py +++ b/L1TriggerConfig/Utilities/test/caloL1Dump.py @@ -1,4 +1,3 @@ -from __future__ import print_function # select CALOL1_KEY from CMS_TRG_L1_CONF.L1_TRG_CONF_KEYS where ID='collisions2016_TSC/v206' ; import re import os, sys, shutil diff --git a/L1TriggerConfig/Utilities/test/caloL2Dump.py b/L1TriggerConfig/Utilities/test/caloL2Dump.py index c977c11f6a489..7f1202d49c5e9 100644 --- a/L1TriggerConfig/Utilities/test/caloL2Dump.py +++ b/L1TriggerConfig/Utilities/test/caloL2Dump.py @@ -1,4 +1,3 @@ -from __future__ import print_function # select CALOL2_KEY from CMS_TRG_L1_CONF.L1_TRG_CONF_KEYS where ID='collisions2016_TSC/v206' ; import re import os, sys, shutil diff --git a/L1TriggerConfig/Utilities/test/dumpL1TCaloParams.py b/L1TriggerConfig/Utilities/test/dumpL1TCaloParams.py index a80881e3529ea..5519083126ca6 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TCaloParams.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TCaloParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TGlobalPrescalesVetos.py b/L1TriggerConfig/Utilities/test/dumpL1TGlobalPrescalesVetos.py index cefd2493675e1..c449412b6214a 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TGlobalPrescalesVetos.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TGlobalPrescalesVetos.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TMuonBarrelParams.py b/L1TriggerConfig/Utilities/test/dumpL1TMuonBarrelParams.py index 4bd078392d42d..c373f598af45a 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TMuonBarrelParams.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TMuonBarrelParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TMuonEndCapParams.py b/L1TriggerConfig/Utilities/test/dumpL1TMuonEndCapParams.py index 43db60d9b4284..713c88af4c390 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TMuonEndCapParams.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TMuonEndCapParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TMuonGlobalParams.py b/L1TriggerConfig/Utilities/test/dumpL1TMuonGlobalParams.py index 4cddfa87f517c..81d61b34a906b 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TMuonGlobalParams.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TMuonGlobalParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapFwVersion.py b/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapFwVersion.py index d2734c02269b2..9a5f0298d5b1c 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapFwVersion.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapFwVersion.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapParams.py b/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapParams.py index f850fb45d7f29..3dd8d2a0b73d5 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapParams.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TMuonOverlapParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/dumpL1TUtmTriggerMenu.py b/L1TriggerConfig/Utilities/test/dumpL1TUtmTriggerMenu.py index 744812e3eac3a..6f1efe576cb3f 100644 --- a/L1TriggerConfig/Utilities/test/dumpL1TUtmTriggerMenu.py +++ b/L1TriggerConfig/Utilities/test/dumpL1TUtmTriggerMenu.py @@ -1,4 +1,3 @@ -from __future__ import print_function # to test the communication with DBS and produce the csctf configuration import FWCore.ParameterSet.Config as cms diff --git a/L1TriggerConfig/Utilities/test/emtfDump.py b/L1TriggerConfig/Utilities/test/emtfDump.py index 33fc66d942717..442319ec864ef 100644 --- a/L1TriggerConfig/Utilities/test/emtfDump.py +++ b/L1TriggerConfig/Utilities/test/emtfDump.py @@ -1,4 +1,3 @@ -from __future__ import print_function import re import os, sys, shutil import subprocess diff --git a/L1TriggerConfig/Utilities/test/omtfDump.py b/L1TriggerConfig/Utilities/test/omtfDump.py index 3662e21dc70e8..37b8eea901fc7 100644 --- a/L1TriggerConfig/Utilities/test/omtfDump.py +++ b/L1TriggerConfig/Utilities/test/omtfDump.py @@ -1,4 +1,3 @@ -from __future__ import print_function import re import os, sys, shutil import subprocess diff --git a/L1TriggerConfig/Utilities/test/ugmtDump.py b/L1TriggerConfig/Utilities/test/ugmtDump.py index a7e91c32de006..ad2fb72892a4b 100644 --- a/L1TriggerConfig/Utilities/test/ugmtDump.py +++ b/L1TriggerConfig/Utilities/test/ugmtDump.py @@ -1,4 +1,3 @@ -from __future__ import print_function import re import os, sys, shutil import subprocess diff --git a/L1TriggerConfig/Utilities/test/ugtDump.py b/L1TriggerConfig/Utilities/test/ugtDump.py index d126967e7c151..4f32f07cf59d8 100644 --- a/L1TriggerConfig/Utilities/test/ugtDump.py +++ b/L1TriggerConfig/Utilities/test/ugtDump.py @@ -1,4 +1,3 @@ -from __future__ import print_function import re import os, sys, shutil import subprocess diff --git a/L1TriggerConfig/Utilities/test/viewCaloParams.py b/L1TriggerConfig/Utilities/test/viewCaloParams.py index 20f6f36888109..c429f36e729f6 100644 --- a/L1TriggerConfig/Utilities/test/viewCaloParams.py +++ b/L1TriggerConfig/Utilities/test/viewCaloParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewECpar.py b/L1TriggerConfig/Utilities/test/viewECpar.py index 7ab215bf5524b..b7ff4c1cb29f1 100644 --- a/L1TriggerConfig/Utilities/test/viewECpar.py +++ b/L1TriggerConfig/Utilities/test/viewECpar.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewGlobalMuon.py b/L1TriggerConfig/Utilities/test/viewGlobalMuon.py index 306590483fbbf..2add20e9fcb19 100644 --- a/L1TriggerConfig/Utilities/test/viewGlobalMuon.py +++ b/L1TriggerConfig/Utilities/test/viewGlobalMuon.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewKBmtfParams.py b/L1TriggerConfig/Utilities/test/viewKBmtfParams.py index b63c6fb202a0c..feaf3e769831d 100644 --- a/L1TriggerConfig/Utilities/test/viewKBmtfParams.py +++ b/L1TriggerConfig/Utilities/test/viewKBmtfParams.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewMenu.py b/L1TriggerConfig/Utilities/test/viewMenu.py index 0eab96ce70816..02cef5145d552 100644 --- a/L1TriggerConfig/Utilities/test/viewMenu.py +++ b/L1TriggerConfig/Utilities/test/viewMenu.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewOmtfFwVersion.py b/L1TriggerConfig/Utilities/test/viewOmtfFwVersion.py index 00328d27479f9..8d78cd6744779 100644 --- a/L1TriggerConfig/Utilities/test/viewOmtfFwVersion.py +++ b/L1TriggerConfig/Utilities/test/viewOmtfFwVersion.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewOverPar.py b/L1TriggerConfig/Utilities/test/viewOverPar.py index 145282241e26f..fc3eb6ddc6077 100644 --- a/L1TriggerConfig/Utilities/test/viewOverPar.py +++ b/L1TriggerConfig/Utilities/test/viewOverPar.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewPrescalesVetos.py b/L1TriggerConfig/Utilities/test/viewPrescalesVetos.py index 61a4a46f49b5e..99263124089f0 100644 --- a/L1TriggerConfig/Utilities/test/viewPrescalesVetos.py +++ b/L1TriggerConfig/Utilities/test/viewPrescalesVetos.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewTKE.py b/L1TriggerConfig/Utilities/test/viewTKE.py index b9becc392030b..6cdba3ccaf3a5 100644 --- a/L1TriggerConfig/Utilities/test/viewTKE.py +++ b/L1TriggerConfig/Utilities/test/viewTKE.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester") diff --git a/L1TriggerConfig/Utilities/test/viewTKLE.py b/L1TriggerConfig/Utilities/test/viewTKLE.py index f20105361001a..cbc509aef8e9e 100644 --- a/L1TriggerConfig/Utilities/test/viewTKLE.py +++ b/L1TriggerConfig/Utilities/test/viewTKLE.py @@ -1,4 +1,3 @@ -from __future__ import print_function import FWCore.ParameterSet.Config as cms process = cms.Process("tester")