Allow serialization of PartitionGap class

This commit is contained in:
Anders Ingemann 2015-01-03 13:26:14 +01:00
parent 16eaade09a
commit 5383811ecc

View file

@ -20,6 +20,7 @@ supported_classes = ['bootstrapvz.base.manifest.Manifest',
'bootstrapvz.base.fs.partitions.msdos_swap.MSDOSSwapPartition',
'bootstrapvz.base.fs.partitions.single.SinglePartition',
'bootstrapvz.base.fs.partitions.unformatted.UnformattedPartition',
'bootstrapvz.base.fs.partitions.gap.PartitionGap',
'bootstrapvz.common.bytes.Bytes',
'bootstrapvz.common.sectors.Sectors',
]