diff --git a/plogical/test.py b/plogical/test.py index 43397b4b2..e69de29bb 100644 --- a/plogical/test.py +++ b/plogical/test.py @@ -1,5 +0,0 @@ -import subprocess, shlex -command = 'yum list | grep lsphp | xargs -n3 | column -t' -result = subprocess.check_output(command, shell=True).splitlines() -for item in result: - print(item.split(b' '))