From 1af68739613b7017939aaf0c3c7375c4e0717bbe Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 27 Jan 2009 16:56:36 -0500 Subject: sector_size -> sectorSize --- command-stubs/list-harddrives-stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command-stubs') diff --git a/command-stubs/list-harddrives-stub b/command-stubs/list-harddrives-stub index d5c88a76a..a282984d6 100755 --- a/command-stubs/list-harddrives-stub +++ b/command-stubs/list-harddrives-stub @@ -54,6 +54,6 @@ for drive in driveList: continue sizeMB = (float(dev.heads * dev.cylinders * dev.sectors) / (1024 * 1024) - * dev.sector_size) + * dev.sectorSize) print drive, sizeMB -- cgit