Skip to content

Commit

Permalink
python->python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliya Nigamova committed Jun 23, 2024
1 parent c30ea69 commit 6a0cbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/plotBSMxsBRLimit.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from __future__ import absolute_import
from __future__ import print_function
import HiggsAnalysis.CombinedLimit.util.plotting as plot
Expand Down
2 changes: 1 addition & 1 deletion scripts/plotLimitGrid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import absolute_import
from __future__ import print_function
import HiggsAnalysis.CombinedLimit.util.plotting as plot
Expand Down

0 comments on commit 6a0cbf3

Please sign in to comment.