Skip to content

Commit

Permalink
RelMon: use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 11, 2021
1 parent 1b46a6a commit 89efb3b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/ValidationMatrix.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/ValidationMatrix_v2.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""
The script compares two releases, generates SQLite3 database file with release
comparison information.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/compare_using_db.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/compare_using_files.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
#
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/compare_using_files_v2.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""
The script compares two ROOT files and fills specified database file with
comparison information.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/dir2webdir.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/dqm_diff.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
'''
Script prints out histogram names that are in one ROOT file but not in another.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/fetchall_from_DQM.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/fetchall_from_DQM_v2.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
'''
Script fetches files matching specified RegExps from DQM GUI.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/relmon_authenticated_wget.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/relmon_rootfiles_spy.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down

0 comments on commit 89efb3b

Please sign in to comment.