- Timestamp:
- 11 Apr 2011, 21:49:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/image/browser/views.py
r5925 r5926 27 27 28 28 class 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 """ 29 35 30 36 grok.name('index.html')
Note: See TracChangeset for help on using the changeset viewer.