source: main/waeup.kofa/trunk/src/waeup/kofa/image/__init__.py @ 8405

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

KOFA -> Kofa

  • 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.kofa.image.image import KofaImageFile, createKofaImageFile
6
7__all__ = [
8    "KofaImageFile",
9    "createKofaImageFile",
10    ]
Note: See TracBrowser for help on using the repository browser.