Remove outdated comment

This commit is contained in:
Tim Golden 2013-11-11 15:08:40 +00:00
commit fc0cad8b04
1 changed files with 0 additions and 1 deletions

View File

@ -691,7 +691,6 @@ def list2cmdline(seq):
# Various tools for executing commands and looking at their output and status. # 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): def getstatusoutput(cmd):
""" Return (status, output) of executing cmd in a shell. """ Return (status, output) of executing cmd in a shell.