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 atlas/athena!35146
parents 3543439d f558b763
No related branches found
No related tags found
No related merge requests found
#!/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 os
# Make sure getoutput() is in the subprocess module.
from future import standard_library
standard_library.install_aliases()
import pm.project
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