From c0240ac1cb1c4433314e5b0e766c9d7bef05bfa7 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Fri, 27 Apr 2012 14:57:20 +0300 Subject: [PATCH] Cleanup code & add comments in gpt module --- image_creator/gpt.py | 113 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 69 insertions(+), 44 deletions(-) diff --git a/image_creator/gpt.py b/image_creator/gpt.py index f853058..1a7ed04 100644 --- a/image_creator/gpt.py +++ b/image_creator/gpt.py @@ -40,12 +40,13 @@ BLOCKSIZE = 512 class MBR(object): + """Represents a Master Boot Record.""" class Partition(object): format = "