Skip to content
Snippets Groups Projects
Commit 7542e2fd authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'py2.HLTUtils-20200727' into 'master'

HLTUtils: Fix for python 2 compatibility.

See merge request !35146
parents 3543439d f558b763
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!35146HLTUtils: Fix for python 2 compatibility.
#!/usr/bin/env python #!/usr/bin/env python
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
import optparse import optparse
import os import os
# Make sure getoutput() is in the subprocess module.
from future import standard_library
standard_library.install_aliases()
import pm.project import pm.project
import pm.common import pm.common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment