Remove outdated comment

This commit is contained in:
Tim Golden 2013-11-11 15:08:04 +00:00
parent a2ebfd0256
commit acea823fd8

View file

@ -662,7 +662,6 @@ def list2cmdline(seq):
# Various tools for executing commands and looking at their output and status.
#
# NB This only works (and is only relevant) for POSIX.
def getstatusoutput(cmd):
"""Return (status, output) of executing cmd in a shell.