""" t3FNSD.py Provides a class representing a function set dependency list block in a t3 image file. """ import struct from t3Block import * class FNSD_Block(Block): """ The fuction set dependency list block. There must be only one such block in an image file. """ name = "Function Set 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("