source:
main/waeup.sirp/trunk/src/waeup/sirp/image/__init__.py
@
10009
Last change on this file since 10009 was 7321, checked in by , 13 years ago | |
---|---|
|
|
File size: 224 bytes |
Line | |
---|---|
1 | """Image file components. |
2 | |
3 | Includings schemas, widgets and the content components. |
4 | """ |
5 | from 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.