source: main/waeup.sirp/trunk/src/waeup/sirp/image/__init__.py @ 7803

Last change on this file since 7803 was 7321, checked in by Henrik Bettermann, 13 years ago

Replace the term 'WAeUP' by SIRP which is a WAeUP product.

  • Property svn:keywords set to Id
File size: 224 bytes
Line 
1"""Image file components.
2
3Includings schemas, widgets and the content components.
4"""
5from waeup.sirp.image.image import SIRPImageFile, createSIRPImageFile
6
7__all__ = [
8    "SIRPImageFile",
9    "createSIRPImageFile",
10    ]
Note: See TracBrowser for help on using the repository browser.