Ignore:
Timestamp:
11 Apr 2011, 21:49:56 (13 years ago)
Author:
uli
Message:

Give more infos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/image/browser/views.py

    r5925 r5926  
    2727
    2828class HurryFileView(grok.View):
     29    """A view for hurry files stored in the ZODB.
     30
     31    Normally these files cannot be 'browsed' but with a view we can
     32    stream them to the browser. We only have to set the appropriate
     33    MIME type, which happens in the `render` method.
     34    """
    2935
    3036    grok.name('index.html')
Note: See TracChangeset for help on using the changeset viewer.