From a0b0fd9762f1778efbfd368df9e6a4daba104655 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 4 Mar 2010 16:24:53 +0100 Subject: Removed not needed duplication --- examples/dmidump.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples') diff --git a/examples/dmidump.py b/examples/dmidump.py index 869262a..11b04ff 100755 --- a/examples/dmidump.py +++ b/examples/dmidump.py @@ -65,8 +65,6 @@ if root_user: print_warnings() print "*** system ***\n"; dmidecode.system() print_warnings() - print "*** system ***\n"; dmidecode.system() - print_warnings() print "*** baseboard ***\n"; dmidecode.baseboard() print_warnings() print "*** chassis ***\n"; dmidecode.chassis() @@ -105,8 +103,6 @@ print "*** bios ***\n"; pprint(dmidecode.QuerySection('bios')) print_warnings() print "*** system ***\n"; pprint(dmidecode.QuerySection('system')) print_warnings() -print "*** system ***\n"; pprint(dmidecode.QuerySection('system')) -print_warnings() print "*** baseboard ***\n"; pprint(dmidecode.QuerySection('baseboard')) print_warnings() print "*** chassis ***\n"; pprint(dmidecode.QuerySection('chassis')) -- cgit