def __init__( self, id, title='', description='', relativeFilePath='', ): CVSFile.__init__(self, id, title, description, relativeFilePath) File.__init__(self, id, title, relativeFilePath) OMF.__init__(self) self.data = ''
def getContents(self, REQUEST=None, RESPONSE=None): """Returns the contents of the file if possible.""" return CVSFile.getContents(self, REQUEST, RESPONSE)