hghave: use subprocess instead of os.popen
os.popen was deprecated in Python 2.6 in favor of subprocess, so let's move into the future.
Loading
Please register or sign in to comment
os.popen was deprecated in Python 2.6 in favor of subprocess, so let's move into the future.