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

Last change on this file since 7811 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to 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.