Example #1
0
 def index_html(self, REQUEST, *args, **kw):
     """Return the document data."""
     return Document.index_html(self, REQUEST, *args, **kw)
Example #2
0
File: Image.py Project: poses/erp5
 def index_html(self, REQUEST, *args, **kw):
     """Return the image data."""
     self._upgradeImage()
     return Document.index_html(self, REQUEST, *args, **kw)
Example #3
0
 def index_html(self, REQUEST, *args, **kw):
   """Return the image data."""
   self._upgradeImage()
   return Document.index_html(self, REQUEST, *args, **kw)
Example #4
0
 def index_html(self, REQUEST, *args, **kw):
   """Return the document data."""
   return Document.index_html(self, REQUEST, *args, **kw)