Exemplo n.º 1
0
 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 = ''
Exemplo n.º 2
0
 def getContents(self, REQUEST=None, RESPONSE=None):
     """Returns the contents of the file if possible."""
     return CVSFile.getContents(self, REQUEST, RESPONSE)