""" t3MCLD.py Provides a class representing a metaclass dependency list block in a t3 image file. """ import struct from t3Block import * class MCLD_Block(Block): """ The metaclass dependency list block. There must be one such block in an image file. """ name = "Metaclass Dependency List Block" def __init__(self, datastream, image, attribs): Block.__init__(self, datastream, image, attribs) self.read_block() def read_block(self): """ Reads the data included in the block. """ n = struct.unpack("