X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/35b13de541a25e7f5a9aa670a9c14f317efea84f..93e56bf604b793c1dc3be8553e6cb75fc1c1c5c4:/image_creator/gpt.py diff --git a/image_creator/gpt.py b/image_creator/gpt.py index 968a918..82ae09e 100644 --- a/image_creator/gpt.py +++ b/image_creator/gpt.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# # Copyright 2012 GRNET S.A. All rights reserved. # # Redistribution and use in source and binary forms, with or @@ -31,6 +34,8 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. +"""This module provides the code for handling GUID partition tables""" + import struct import sys import uuid