Skip to content
Snippets Groups Projects
Commit f558b763 authored by scott snyder's avatar scott snyder
Browse files

HLTUtils: Fix for python 2 compatibility.

Make sure getoutput() is in the subprocess module.
We still have a python 2 build, so we want thigs to work with both 
py2 and py3.
parent ac6c952e
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