source:
main/waeup.kofa/branches/0.2/src/waeup/kofa/image/__init__.py
@
17931
Last change on this file since 17931 was 7819, 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.kofa.image.image import KofaImageFile, createKofaImageFile |
6 | |
7 | __all__ = [ |
8 | "KofaImageFile", |
9 | "createKofaImageFile", |
10 | ] |
Note: See TracBrowser for help on using the repository browser.