source: main/waeup.ikoba/trunk/src/waeup/ikoba/image/__init__.py @ 12279

Last change on this file since 12279 was 11949, checked in by Henrik Bettermann, 10 years ago

Change of name.

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