def __init__(self, logotherasdata, errors):
        """
                TextDBDictInfoFile.__init__

                logotherasdata  : LogotherasData object
                filesrc         : (file descriptor)
        """
        TextDBDictFile.__init__(self,
                                logotherasdata = logotherasdata,
                                errors = errors)
    def __init__(self, logotherasdata, errors ):
        """
                TextDBDictDataFile.__init__

                logotherasdata  : LogotherasData object
                errors          : Errors object
        """
        TextDBDictFile.__init__(self,
                                logotherasdata = logotherasdata,
                                errors = errors)