source: main/waeup.kofa/trunk/src/waeup/kofa/schema/__init__.py @ 11619

Last change on this file since 11619 was 11480, checked in by Henrik Bettermann, 11 years ago

Add more API docs.

  • Property svn:keywords set to Id
File size: 231 bytes
Line 
1from waeup.kofa.schema.field import *
2
3#__all__ = tuple(name for name in globals() if not name.startswith('_'))
4
5__all__ = ('CustomizableErrorMsg',
6           'TextLineChoice',
7           'FormattedDate',
8           'PhoneNumber')
Note: See TracBrowser for help on using the repository browser.