Exemplo n.º 1
0
 def index_html(self, REQUEST=None, RESPONSE=None):
     """Download the file
     """
     return ATFile.index_html(self, REQUEST, RESPONSE)
 def index_html(self, REQUEST=None, RESPONSE=None):
     """Download the file
     """
     return ATFile.index_html(self, REQUEST, RESPONSE)
Exemplo n.º 3
0
 def index_html(self, REQUEST=None, RESPONSE=None):
     '''Download the file'''
     self.portal_plonemeeting.rememberAccess(self.UID())
     return ATFile.index_html(self, REQUEST, RESPONSE)