Commit cb245c6
python3: getstatusoutput() moved to subprocess module
py3 eliminates the commands module but supports getstatusoutput() via the
subprocess module. This change enables py3 but keeps py2 compatibility.
Signed-off-by: Andy Grover <agrover@redhat.com>1 parent 048faa6 commit cb245c6
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments