diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-08-06 04:26:45 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-08-06 04:26:45 +0000 |
commit | 538d307f94bb761f6e56bbecfc2146bd1cf3fdc7 (patch) | |
tree | ccb304ff0a3861e29d364e11658dfb68faeec870 /example.py | |
parent | c979fb48a97fd7a40cf024120ac8457405a937fd (diff) | |
download | python-dmidecode-538d307f94bb761f6e56bbecfc2146bd1cf3fdc7.tar.gz python-dmidecode-538d307f94bb761f6e56bbecfc2146bd1cf3fdc7.tar.xz python-dmidecode-538d307f94bb761f6e56bbecfc2146bd1cf3fdc7.zip |
Cleanup.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@35 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'example.py')
-rwxr-xr-x | example.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ import dmidecode, time #print "*** system ***\n", l(dmidecode.system()) #print "*** baseboard ***\n", l(dmidecode.baseboard()) #print "*** chassis ***\n", l(dmidecode.chassis()) -print "*** processor ***\n", l(dmidecode.processor()) +#print "*** processor ***\n", l(dmidecode.processor()) #print "*** memory ***\n", l(dmidecode.memory()) #print "*** cache ***\n", l(dmidecode.cache()) #print "*** connector ***\n", l(dmidecode.connector()) |