#!/System/Library/Frameworks/Python.framework/Versions/Current/bin/python
# -*- coding: utf-8 -*- import subprocess import plistlib import sys
sysp_out = subprocess.check_output(["system_profiler",
"SPStorageDataType", "-xml"]) sysp_items =
plistlib....