Remove outdated comment
This commit is contained in:
commit
fc0cad8b04
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue