From 958233ff159c5464f1b0ed87058a9b4295993c96 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse Date: Thu, 20 Nov 2014 11:58:19 +0100 Subject: [PATCH] Fix file case issue on macosx. --- PhysicsTools/Heppy/python/analyzers/examples/JetAnalyzer.py | 2 +- .../python/physicsutils/{btagsf.py => btagsf_lowercase.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename PhysicsTools/Heppy/python/physicsutils/{btagsf.py => btagsf_lowercase.py} (100%) diff --git a/PhysicsTools/Heppy/python/analyzers/examples/JetAnalyzer.py b/PhysicsTools/Heppy/python/analyzers/examples/JetAnalyzer.py index 29bd2c695f095..0118db50bc211 100644 --- a/PhysicsTools/Heppy/python/analyzers/examples/JetAnalyzer.py +++ b/PhysicsTools/Heppy/python/analyzers/examples/JetAnalyzer.py @@ -8,7 +8,7 @@ from PhysicsTools.HeppyCore.statistics.counter import Counter, Counters from PhysicsTools.HeppyCore.utils.deltar import deltaR2 -from PhysicsTools.Heppy.physicsutils.btagsf import BTagSF +from PhysicsTools.Heppy.physicsutils.btagsf_lowercase import BTagSF from PhysicsTools.Heppy.physicsobjects.PhysicsObjects import GenParticle from PhysicsTools.Heppy.utils.cmsswRelease import isNewerThan diff --git a/PhysicsTools/Heppy/python/physicsutils/btagsf.py b/PhysicsTools/Heppy/python/physicsutils/btagsf_lowercase.py similarity index 100% rename from PhysicsTools/Heppy/python/physicsutils/btagsf.py rename to PhysicsTools/Heppy/python/physicsutils/btagsf_lowercase.py